diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-11-05 12:36:25 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-11-05 12:36:25 +0000 |
commit | 065c026fe5e21a269bbaae0ce69307c7308acbea (patch) | |
tree | 9cbf2a263e7841be76898ae832e7bfb273d3fd08 /print/adobe-cmaps/Makefile | |
parent | 6d6314e20da82ad66b7b278eee92373caa9ab746 (diff) | |
download | ports-065c026fe5e21a269bbaae0ce69307c7308acbea.tar.gz ports-065c026fe5e21a269bbaae0ce69307c7308acbea.zip |
Notes
Diffstat (limited to 'print/adobe-cmaps/Makefile')
-rw-r--r-- | print/adobe-cmaps/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/adobe-cmaps/Makefile b/print/adobe-cmaps/Makefile index 4420a2ca94fb..3ba92c0f7269 100644 --- a/print/adobe-cmaps/Makefile +++ b/print/adobe-cmaps/Makefile @@ -21,11 +21,11 @@ INSTDIRS= ac15 ag15 ai0 aj16 aj20 ak12 rksj-cmaps FONTSDIR= ${PREFIX}/share/fonts/${PORTNAME} post-extract: - ${RM} -f ${WRKDIR}/ag15/.nfsFA55 + ${RM} -f ${WRKSRC}/ag15/.nfsFA55 do-install: ${MKDIR} ${STAGEDIR}${FONTSDIR} - cd ${WRKDIR} && \ + cd ${WRKSRC} && \ ${TAR} cf - ${INSTDIRS} | \ (cd ${STAGEDIR}${FONTSDIR} && ${TAR} xf - ) |