summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2007-02-21 18:01:15 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2007-02-21 18:01:15 +0000
commit99e1a1dcde1309d7af724e1c504f2de25676395f (patch)
tree356d2fd29d24d9e81d2dbc22fe246595f24af3e5 /net
parent- Update to 0.07.2 (diff)
Fix shebang line canonization.
Approved by: maintainer
Notes
Notes: svn path=/head/; revision=185646
Diffstat (limited to 'net')
-rw-r--r--net/p5-SOAP-Lite/Makefile2
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>