diff options
author | minskim <minskim@pkgsrc.org> | 2005-11-14 05:57:41 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-11-14 05:57:41 +0000 |
commit | 8e0312db9bef17a52b4be19aa5b1e5327e411b42 (patch) | |
tree | 7d1d9104f33c4a6e854b5fddfce27c5a72441f35 /fonts | |
parent | 051192c75fbc68c2883eeef76e2f1889d16daa05 (diff) | |
download | pkgsrc-8e0312db9bef17a52b4be19aa5b1e5327e411b42.tar.gz |
Set USE_TOOLS instead of BUILD_DEPENDS for unzip.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/adobe-cmaps/Makefile | 7 |
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 \ |