Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Feb 2014 11:58:51 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345974 - head/security/pscan
Message-ID:  <201402251158.s1PBwpwt083739@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402251158.s1PBwpwt083739>