svn commit: r346509 - head/security/ppars

Emanuel Haupt ehaupt at FreeBSD.org
Fri Feb 28 13:21:42 UTC 2014


Author: ehaupt
Date: Fri Feb 28 13:21:41 2014
New Revision: 346509
URL: http://svnweb.freebsd.org/changeset/ports/346509
QAT: https://qat.redports.org/buildarchive/r346509/

Log:
  - Support staging
  - Use shebangfix

Modified:
  head/security/ppars/Makefile

Modified: head/security/ppars/Makefile
==============================================================================
--- head/security/ppars/Makefile	Fri Feb 28 13:18:23 2014	(r346508)
+++ head/security/ppars/Makefile	Fri Feb 28 13:21:41 2014	(r346509)
@@ -12,16 +12,14 @@ COMMENT=	Proactive Probing Abuse Reporti
 
 RUN_DEPENDS=	p5-Net-Netmask>=0:${PORTSDIR}/net-mgmt/p5-Net-Netmask
 
-USES=		perl5
+USES=		perl5 shebangfix
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 SUB_FILES=	pkg-message
+SHEBANG_FILES=	*.pl
 
-NO_STAGE=	yes
 do-install:
-	@${MKDIR} ${PREFIX}/sbin
-	${INSTALL_SCRIPT} ${WRKSRC}/*.pl ${PREFIX}/sbin
-	${CAT} ${PKGMESSAGE}
+	${INSTALL_SCRIPT} ${WRKSRC}/*.pl ${STAGEDIR}${PREFIX}/sbin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list