pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/adobe-cmaps We can just use the bare name "unzip...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a0beec023189
branches:  trunk
changeset: 506749:a0beec023189
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Jan 21 14:37:35 2006 +0000

description:
We can just use the bare name "unzip" instead of using a make variable --
at this point, the tools directory has already been created and is at the
front of our PATH.

diffstat:

 fonts/adobe-cmaps/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b32fd2c7b6f5 -r a0beec023189 fonts/adobe-cmaps/Makefile
--- a/fonts/adobe-cmaps/Makefile        Sat Jan 21 14:31:56 2006 +0000
+++ b/fonts/adobe-cmaps/Makefile        Sat Jan 21 14:37:35 2006 +0000
@@ -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 @@
        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                 \



Home | Main Index | Thread Index | Old Index