svn commit: r345184 - head/graphics/dc20pack

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 20 08:25:08 UTC 2014


Author: ehaupt
Date: Thu Feb 20 08:25:07 2014
New Revision: 345184
URL: http://svnweb.freebsd.org/changeset/ports/345184
QAT: https://qat.redports.org/buildarchive/r345184/

Log:
  Support staging

Modified:
  head/graphics/dc20pack/Makefile

Modified: head/graphics/dc20pack/Makefile
==============================================================================
--- head/graphics/dc20pack/Makefile	Thu Feb 20 08:23:14 2014	(r345183)
+++ head/graphics/dc20pack/Makefile	Thu Feb 20 08:25:07 2014	(r345184)
@@ -13,7 +13,6 @@ COMMENT=	Digital camera control and down
 
 WRKSRC=			${WRKDIR}
 
-NO_STAGE=	yes
 post-extract:
 	for file in `${FIND} ${WRKSRC} -type f`; do \
 		${TR} -d '\015' < $${file} > $${file}.new; \
@@ -21,8 +20,8 @@ post-extract:
 	done
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/dc20dump ${PREFIX}/bin
-	${INSTALL_PROGRAM} ${WRKSRC}/dc20term ${PREFIX}/bin
-	${INSTALL_PROGRAM} ${WRKSRC}/dc2totga ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/dc20dump ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/dc20term ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/dc2totga ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list