Skip to content

Commit

Permalink
ack: Fix extract phase failure on old macOSes
Browse files Browse the repository at this point in the history
  • Loading branch information
snowflake committed Jan 13, 2025
1 parent 2641b1a commit fca7bd3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions devel/ack/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ checksums rmd160 36d09672cfdeb3197bcc5ab7f0110a68b519e337 \
sha256 1c03ab46f4922a0bd2462f4cf7eeb3cb4b4e6d43cebd3cfcf3a2e132319eb88e \
size 281551

depends_extract bin:gnutar:gnutar

extract.post_args "| gnutar -x"
depends_extract port:gnutar
extract.post_args "| ${prefix}/bin/gnutar -xf -"

depends_lib-append port:p${perl5.major}-file-next \
port:p${perl5.major}-getopt-long \
Expand Down

0 comments on commit fca7bd3

Please sign in to comment.