summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2012-09-16 10:28:02 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2012-09-16 10:28:02 +0000
commit6a944f362b3eb381aaa6692b0a9f2869a89e0fe1 (patch)
treebab2e58545703d40b93ab898bdc27d1cf1d1e78a /security
parentUpdate to 3.7 beta 24 (diff)
Point shebang in a perl script to ${PERL} in order to solve a build problem if
perl is installed without creating symlinks to /usr/bin/perl. PR: 171673 (based on) Notified by: Yuriy Taraday <yorik.sar@gmail.com>
Notes
Notes: svn path=/head/; revision=304339
Diffstat (limited to 'security')
-rw-r--r--security/vpnc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/vpnc/Makefile b/security/vpnc/Makefile
index 7e1ae6470f34..4a1a13ad9eb6 100644
--- a/security/vpnc/Makefile
+++ b/security/vpnc/Makefile
@@ -56,6 +56,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/config.c
@${REINPLACE_CMD} -e 's|\(/etc/vpnc\)|${PREFIX}\1|' \
${WRKSRC}/${MAN8}.template
+ @${REINPLACE_CMD} -e '1s|.*perl|#!${PERL}|' ${WRKSRC}/makeman.pl
do-install:
${INSTALL_PROGRAM} -m 751 ${WRKSRC}/vpnc ${PREFIX}/sbin/vpnc