Date: Fri, 2 May 2014 12:10:20 +0000 (UTC) From: Daniel Gerzo <danger@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352808 - head/security/bruteforceblocker Message-ID: <201405021210.s42CAKek024661@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danger (doc committer) Date: Fri May 2 12:10:20 2014 New Revision: 352808 URL: http://svnweb.freebsd.org/changeset/ports/352808 QAT: https://qat.redports.org/buildarchive/r352808/ Log: - add shebangfix support PR: 186064 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: mat Modified: head/security/bruteforceblocker/Makefile Modified: head/security/bruteforceblocker/Makefile ============================================================================== --- head/security/bruteforceblocker/Makefile Fri May 2 11:51:17 2014 (r352807) +++ head/security/bruteforceblocker/Makefile Fri May 2 12:10:20 2014 (r352808) @@ -18,13 +18,14 @@ RUN_DEPENDS= p5-Unix-Syslog>=0:${PORTSDI 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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405021210.s42CAKek024661>