Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2014 01:50:25 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345283 - head/print/adobe-cmaps
Message-ID:  <201402210150.s1L1oPF1069190@svn.freebsd.org>

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



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