svn commit: r345974 - head/security/pscan

Emanuel Haupt ehaupt at FreeBSD.org
Tue Feb 25 11:58:51 UTC 2014


Author: ehaupt
Date: Tue Feb 25 11:58:50 2014
New Revision: 345974
URL: http://svnweb.freebsd.org/changeset/ports/345974
QAT: https://qat.redports.org/buildarchive/r345974/

Log:
  Support staging

Modified:
  head/security/pscan/Makefile

Modified: head/security/pscan/Makefile
==============================================================================
--- head/security/pscan/Makefile	Tue Feb 25 11:58:14 2014	(r345973)
+++ head/security/pscan/Makefile	Tue Feb 25 11:58:50 2014	(r345974)
@@ -13,12 +13,11 @@ COMMENT=	Security C code scanner for mis
 ALL_TARGET=	#empty
 WRKSRC=		${WRKDIR}
 
-PLIST_FILES=	bin/pscan \
-		bin/find_formats
+PLIST_FILES=	bin/pscan bin/find_formats
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/pscan ${PREFIX}/bin
-	${INSTALL_SCRIPT} ${WRKSRC}/find_formats.sh ${PREFIX}/bin/find_formats
+	${INSTALL_PROGRAM} ${WRKSRC}/pscan ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/find_formats.sh \
+		${STAGEDIR}${PREFIX}/bin/find_formats
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list