svn commit: r345954 - head/security/dcetest

Emanuel Haupt ehaupt at FreeBSD.org
Tue Feb 25 10:21:27 UTC 2014


Author: ehaupt
Date: Tue Feb 25 10:21:26 2014
New Revision: 345954
URL: http://svnweb.freebsd.org/changeset/ports/345954
QAT: https://qat.redports.org/buildarchive/r345954/

Log:
  Support staging

Modified:
  head/security/dcetest/Makefile

Modified: head/security/dcetest/Makefile
==============================================================================
--- head/security/dcetest/Makefile	Tue Feb 25 10:04:26 2014	(r345953)
+++ head/security/dcetest/Makefile	Tue Feb 25 10:21:26 2014	(r345954)
@@ -16,8 +16,7 @@ WRKSRC=		${WRKDIR}/${PORTNAME}
 
 PLIST_FILES=	bin/dcetest
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/dcetest ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/dcetest ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list