diff options
author | Daniel Gerzo <danger@FreeBSD.org> | 2014-05-02 12:10:20 +0000 |
---|---|---|
committer | Daniel Gerzo <danger@FreeBSD.org> | 2014-05-02 12:10:20 +0000 |
commit | a196f63c80c2dda42e6b2ff8a96eb8b05cebdfad (patch) | |
tree | f5b67ffc8837c8d30f86011bbfc056d48e6d4815 /security | |
parent | 382fb2f15d2c47c9ebcb0751ed2cebe9656f0d2a (diff) | |
download | ports-a196f63c80c2dda42e6b2ff8a96eb8b05cebdfad.tar.gz ports-a196f63c80c2dda42e6b2ff8a96eb8b05cebdfad.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/bruteforceblocker/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/bruteforceblocker/Makefile b/security/bruteforceblocker/Makefile index e9c22668dc23..f53fa599bb4a 100644 --- a/security/bruteforceblocker/Makefile +++ b/security/bruteforceblocker/Makefile @@ -18,13 +18,14 @@ RUN_DEPENDS= p5-Unix-Syslog>=0:${PORTSDIR}/sysutils/p5-Unix-Syslog \ p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS NO_BUILD= yes -USES= perl5 +USES= perl5 shebangfix USE_PERL5= run OPTIONS_DEFINE= DOCS WRKSRC= ${WRKDIR}/${PORTNAME} SUB_FILES= pkg-message +SHEBANG_FILES= ${PORTNAME}.pl do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${STAGEDIR}${PREFIX}/sbin/${PORTNAME} |