svn commit: r352808 - head/security/bruteforceblocker

Daniel Gerzo danger at FreeBSD.org
Fri May 2 12:10:20 UTC 2014


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 at 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}


More information about the svn-ports-all mailing list