From 861ffa6e896829bbf2efbd5a258b9dadcb5c6006 Mon Sep 17 00:00:00 2001 From: miwi Date: Fri, 21 Feb 2014 01:50:25 +0000 Subject: = Stage support --- print/adobe-cmaps/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'print') diff --git a/print/adobe-cmaps/Makefile b/print/adobe-cmaps/Makefile index 6fd855ac0d5e..24a90ed1abb4 100644 --- a/print/adobe-cmaps/Makefile +++ b/print/adobe-cmaps/Makefile @@ -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 -- cgit