pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/ko-kaist This package uses gunzip during extract...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/347fa117a359
branches:  trunk
changeset: 493925:347fa117a359
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon May 16 18:21:42 2005 +0000

description:
This package uses gunzip during extraction.

diffstat:

 fonts/ko-kaist/Makefile |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r 4b371da01485 -r 347fa117a359 fonts/ko-kaist/Makefile
--- a/fonts/ko-kaist/Makefile   Mon May 16 18:20:16 2005 +0000
+++ b/fonts/ko-kaist/Makefile   Mon May 16 18:21:42 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/05/15 22:02:27 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2005/05/16 18:21:42 jlam Exp $
 #
 
 DISTNAME=      ko-kaist-20010718
@@ -12,9 +12,10 @@
 
 CONFLICTS+=    ksc5601fonts-[0-9]*
 
-USE_X11BASE=   yes
-USE_TOOLS+=    gzip
-EXTRACT_ONLY=  # empty
+USE_X11BASE=           yes
+PKGSRC_USE_TOOLS+=     gunzip
+USE_TOOLS+=            gzip
+EXTRACT_ONLY=          # empty
 
 MAKE_ENV+=     FONTDIR=${FONTDIR} GZIP_CMD="${GZIP_CMD}"
 



Home | Main Index | Thread Index | Old Index