diff options
Diffstat (limited to 'net')
-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> |