1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Fix shebang line canonization.

Approved by:	maintainer
This commit is contained in:
Sergey Skvortsov 2007-02-21 18:01:15 +00:00
parent 63749dba6c
commit 99e1a1dcde
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185646

View File

@ -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>