This package uses gunzip during extraction.
This commit is contained in:
parent
32badac7e5
commit
bb72166dce
1 changed files with 5 additions and 4 deletions
|
@ -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 @@ COMMENT= X11 fonts for Korean KSC 5601 standard (kaist foundry)
|
|||
|
||||
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}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue