summaryrefslogtreecommitdiff
path: root/fonts/adobe-cmaps
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/adobe-cmaps')
-rw-r--r--fonts/adobe-cmaps/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/adobe-cmaps/Makefile b/fonts/adobe-cmaps/Makefile
index c5ce5c6fa44..e92aa504ac6 100644
--- a/fonts/adobe-cmaps/Makefile
+++ b/fonts/adobe-cmaps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/11/14 06:05:20 minskim Exp $
+# $NetBSD: Makefile,v 1.15 2006/01/21 14:37:35 jlam Exp $
DISTNAME= adobe-cmaps-20051109
CATEGORIES= fonts print
@@ -40,7 +40,7 @@ do-install:
for file in ${PDFCORE}; do \
${MKDIR} ${RESOURCEDIR}/pdfcorefonts/$${file}; \
cd ${RESOURCEDIR}/pdfcorefonts/$${file}; \
- ${UNZIP} -aaoq ${_DISTDIR}/$${file}.zip; \
+ unzip -aaoq ${_DISTDIR}/$${file}.zip; \
done
${INSTALL_DATA_DIR} ${RESOURCEDIR}/CMap
cd ${RESOURCEDIR}; for dir in ${CMAP_FILES}; do \