summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorminskim <minskim>2005-11-14 05:57:41 +0000
committerminskim <minskim>2005-11-14 05:57:41 +0000
commit2088bc6d52d035e7d11aa25fb5bcb6608c14c57e (patch)
tree7d1d9104f33c4a6e854b5fddfce27c5a72441f35 /fonts
parentf5f6694419078fc8dcba1a8f036e03a4d0b8b784 (diff)
downloadpkgsrc-2088bc6d52d035e7d11aa25fb5bcb6608c14c57e.tar.gz
Set USE_TOOLS instead of BUILD_DEPENDS for unzip.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/adobe-cmaps/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/fonts/adobe-cmaps/Makefile b/fonts/adobe-cmaps/Makefile
index d47beeb6938..db54b1b71e6 100644
--- a/fonts/adobe-cmaps/Makefile
+++ b/fonts/adobe-cmaps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/09/28 20:52:21 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2005/11/14 05:57:41 minskim Exp $
DISTNAME= adobe-cmaps-20040605
CATEGORIES= fonts print
@@ -24,11 +24,10 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://partners.adobe.com/asn/acrobat/technotes.jsp
COMMENT= Adobe CMap files for CJK
-BUILD_DEPENDS+= unzip-[0-9]*:../../archivers/unzip
-
DIST_SUBDIR= ${PKGNAME_NOREV}
NO_CONFIGURE= yes
NO_BUILD= yes
+USE_TOOLS+= unzip
RESOURCEDIR= ${PREFIX}/share/Adobe/Resource
@@ -41,7 +40,7 @@ do-install:
for file in ${PDFCORE}; do \
${MKDIR} ${RESOURCEDIR}/pdfcorefonts/$${file}; \
cd ${RESOURCEDIR}/pdfcorefonts/$${file}; \
- ${LOCALBASE}/bin/unzip -aaoq ${_DISTDIR}/$${file}.zip; \
+ ${UNZIP} -aaoq ${_DISTDIR}/$${file}.zip; \
done
${INSTALL_DATA_DIR} ${RESOURCEDIR}/CMap
cd ${RESOURCEDIR}; for dir in ${CMAP_FILES}; do \