diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-05-07 16:46:07 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-05-07 16:46:07 +0800 |
commit | 737bfb8e14b700996e9f8517e204cc339d43ddfc (patch) | |
tree | b223bb8cc9adcc2324c38abb0e39d7bc235aab82 /security | |
parent | 861283c870152f8751633edad7f2c4eaf5d42981 (diff) | |
download | freebsd-ports-gnome-737bfb8e14b700996e9f8517e204cc339d43ddfc.tar.gz freebsd-ports-gnome-737bfb8e14b700996e9f8517e204cc339d43ddfc.tar.zst freebsd-ports-gnome-737bfb8e14b700996e9f8517e204cc339d43ddfc.zip |
Convert to use shebangfix USES flag.
Diffstat (limited to 'security')
-rw-r--r-- | security/vpnc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/vpnc/Makefile b/security/vpnc/Makefile index aa6ce68350c9..abcbaabfb26c 100644 --- a/security/vpnc/Makefile +++ b/security/vpnc/Makefile @@ -14,12 +14,14 @@ COMMENT= Client for Cisco 3000 VPN Concentrator LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt RUN_DEPENDS= vpnc-script:${PORTSDIR}/sysutils/vpnc-scripts +USES= shebangfix USE_GMAKE= yes USE_PERL5_BUILD=yes USE_RC_SUBR= vpnc MAKE_JOBS_SAFE= yes ALL_TARGET= all +SHEBANG_FILES= makeman.pl PORTDOCS= README TODO MAN8= vpnc.8 @@ -57,7 +59,6 @@ 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 |