freebsd-ports/archivers/atool/files/patch-configure
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

11 lines
307 B
Text

--- configure.orig 2012-02-21 18:14:06 UTC
+++ configure
@@ -2261,7 +2261,7 @@ fi
eval `$PERL -V:startperl`
-if test "${startperl:0:1}" = "#" ; then
+if test "$(echo ${startperl} | awk '{ string=substr($0, 1, 1); print string; }')" = "#" ; then
startperl="\\$startperl"
fi
PERL_SHEBANG=$startperl