summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2005-11-14 05:57:41 +0000
committerminskim <minskim@pkgsrc.org>2005-11-14 05:57:41 +0000
commit56a8c9e7a3a61813c78d3b1d0502442342c846b3 (patch)
tree7d1d9104f33c4a6e854b5fddfce27c5a72441f35 /fonts
parent5fece5854d1e8f62cca0de1ad36dc1c01095200d (diff)
downloadpkgsrc-56a8c9e7a3a61813c78d3b1d0502442342c846b3.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 \