svn commit: r345283 - head/print/adobe-cmaps

Martin Wilke miwi at FreeBSD.org
Fri Feb 21 01:50:25 UTC 2014


Author: miwi
Date: Fri Feb 21 01:50:25 2014
New Revision: 345283
URL: http://svnweb.freebsd.org/changeset/ports/345283
QAT: https://qat.redports.org/buildarchive/r345283/

Log:
  = Stage support

Modified:
  head/print/adobe-cmaps/Makefile

Modified: head/print/adobe-cmaps/Makefile
==============================================================================
--- head/print/adobe-cmaps/Makefile	Fri Feb 21 01:49:52 2014	(r345282)
+++ head/print/adobe-cmaps/Makefile	Fri Feb 21 01:50:25 2014	(r345283)
@@ -21,14 +21,13 @@ PLIST_SUB=	CMAPDIR=${CMAPDIR}
 INSTDIRS=	ac15 ag15 ai0 aj16 aj20 ak12 rksj-cmaps
 CMAPDIR=	share/fonts/${PORTNAME}
 
-NO_STAGE=	yes
 post-extract:
 	${RM} -f ${WRKDIR}/ag15/.nfsFA55
 
 do-install:
-	${MKDIR} ${PREFIX}/${CMAPDIR}
+	${MKDIR} ${STAGEDIR}${PREFIX}/${CMAPDIR}
 	cd ${WRKDIR} && \
 		${TAR} cf - ${INSTDIRS} | \
-		(cd ${PREFIX}/${CMAPDIR} && ${TAR} xf - )
+		(cd ${STAGEDIR}${PREFIX}/${CMAPDIR} && ${TAR} xf - )
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list