aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-21 01:50:25 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-21 01:50:25 +0000
commit6535dc25e89213f435494ab8d1290a37bae8a734 (patch)
tree9161edbce43144065c073282a06700969347b8a8 /print
parent9a89b072ebf04cbb7dbac45f15ce22b8b82bc674 (diff)
downloadports-6535dc25e89213f435494ab8d1290a37bae8a734.tar.gz
ports-6535dc25e89213f435494ab8d1290a37bae8a734.zip
Notes
Diffstat (limited to 'print')
-rw-r--r--print/adobe-cmaps/Makefile5
1 files changed, 2 insertions, 3 deletions
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 <bsd.port.mk>