diff options
author | skv <skv@FreeBSD.org> | 2007-02-22 02:01:15 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2007-02-22 02:01:15 +0800 |
commit | b9f4bb75f52ce4dc122c37a6778141f805de10ad (patch) | |
tree | 0993075b4a6af5adba1aa6b0d0fd7c65b9985966 /net/p5-SOAP-Lite | |
parent | d7b52469f054aecdd2859a8b858a9557a242d786 (diff) | |
download | freebsd-ports-gnome-b9f4bb75f52ce4dc122c37a6778141f805de10ad.tar.gz freebsd-ports-gnome-b9f4bb75f52ce4dc122c37a6778141f805de10ad.tar.zst freebsd-ports-gnome-b9f4bb75f52ce4dc122c37a6778141f805de10ad.zip |
Fix shebang line canonization.
Approved by: maintainer
Diffstat (limited to 'net/p5-SOAP-Lite')
-rw-r--r-- | net/p5-SOAP-Lite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-SOAP-Lite/Makefile b/net/p5-SOAP-Lite/Makefile index a41a0bec0dea..8b4e3b245ce4 100644 --- a/net/p5-SOAP-Lite/Makefile +++ b/net/p5-SOAP-Lite/Makefile @@ -67,7 +67,7 @@ MAN3= Apache::SOAP.3 \ XMLRPC::Transport::TCP.3 post-patch: - @${REINPLACE_CMD} -e 's|/bin/env|${SETENV}|' \ + @${REINPLACE_CMD} -i '' -e 's|^#!.*perl|#!${PERL}|' \ ${WRKSRC}/bin/* ${WRKSRC}/t/* .include <bsd.port.mk> |