svn commit: r346499 - head/security/cp2fwb

Emanuel Haupt ehaupt at FreeBSD.org
Fri Feb 28 12:41:09 UTC 2014


Author: ehaupt
Date: Fri Feb 28 12:41:08 2014
New Revision: 346499
URL: http://svnweb.freebsd.org/changeset/ports/346499
QAT: https://qat.redports.org/buildarchive/r346499/

Log:
  - Support staging
  - Use shebangfix

Modified:
  head/security/cp2fwb/Makefile

Modified: head/security/cp2fwb/Makefile
==============================================================================
--- head/security/cp2fwb/Makefile	Fri Feb 28 12:37:32 2014	(r346498)
+++ head/security/cp2fwb/Makefile	Fri Feb 28 12:41:08 2014	(r346499)
@@ -14,14 +14,12 @@ COMMENT=	Checkpoint FW1 to Firewall Buil
 RUN_DEPENDS=	p5-XML-Writer>=0:${PORTSDIR}/textproc/p5-XML-Writer
 
 PLIST_FILES=	bin/cp2fwbuilder
-USES=		perl5
+USES=		perl5 shebangfix
 NO_BUILD=	yes
 
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
+SHEBANG_FILES=	cp2fwbuilder
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/cp2fwbuilder ${PREFIX}/bin
-	@${CAT} ${PKGMESSAGE}
+	${INSTALL_SCRIPT} ${WRKSRC}/cp2fwbuilder ${STAGEDIR}${PREFIX}/bin
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list