diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 20:52:18 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 20:52:18 +0000 |
commit | 5946936ffcde6674d4e6801abd4a757acd269dd5 (patch) | |
tree | 49fa5aa9585554801243dca9aced094d40285ba0 /fonts/ko-x11fonts | |
parent | 2c69e8a8941ca93a1afedde417f2dbaafd801bd6 (diff) | |
download | pkgsrc-5946936ffcde6674d4e6801abd4a757acd269dd5.tar.gz |
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'fonts/ko-x11fonts')
-rw-r--r-- | fonts/ko-x11fonts/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fonts/ko-x11fonts/Makefile b/fonts/ko-x11fonts/Makefile index bd0ea192601..9cf01cd5162 100644 --- a/fonts/ko-x11fonts/Makefile +++ b/fonts/ko-x11fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 21:37:22 grant Exp $ +# $NetBSD: Makefile,v 1.5 2005/09/28 20:52:21 rillig Exp $ DISTNAME= ko-x11fonts-20010722 CATEGORIES= fonts x11 korean @@ -14,9 +14,9 @@ DEPENDS+= ko-kaist>=20010718:../../fonts/ko-kaist DEPENDS+= ko-mizi>=20010718:../../fonts/ko-mizi EXTRACT_ONLY= # empty -NO_CHECKSUM= # defined -NO_CONFIGURE= # defined -NO_BUILD= # defined +NO_CHECKSUM= yes +NO_CONFIGURE= yes +NO_BUILD= yes do-install: # empty |