diff options
author | rillig <rillig@pkgsrc.org> | 2008-01-05 11:14:24 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2008-01-05 11:14:24 +0000 |
commit | b33a95860900eb0342045d46954bba45e78cb1f8 (patch) | |
tree | 2b546ef03833de8d9599565776fc6680848eeeb6 /fonts/ko-x11fonts | |
parent | f1aafc9c0a66c6426d689acbc69f578d3d251c48 (diff) | |
download | pkgsrc-b33a95860900eb0342045d46954bba45e78cb1f8.tar.gz |
It's a META_PACKAGE.
Diffstat (limited to 'fonts/ko-x11fonts')
-rw-r--r-- | fonts/ko-x11fonts/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/fonts/ko-x11fonts/Makefile b/fonts/ko-x11fonts/Makefile index 0fe4a5b211b..1cfbdb0da0e 100644 --- a/fonts/ko-x11fonts/Makefile +++ b/fonts/ko-x11fonts/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2007/10/25 22:00:44 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2008/01/05 11:14:24 rillig Exp $ DISTNAME= ko-x11fonts-20010722 PKGREVISION= 2 CATEGORIES= fonts x11 korean -MASTER_SITES= # empty -DISTFILES= # empty MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Korean X11 fonts @@ -14,12 +12,6 @@ DEPENDS+= ko-hanyang>=20010718:../../fonts/ko-hanyang DEPENDS+= ko-kaist>=20010718:../../fonts/ko-kaist DEPENDS+= ko-mizi>=20010718:../../fonts/ko-mizi -EXTRACT_ONLY= # empty -NO_CHECKSUM= yes -NO_CONFIGURE= yes -NO_BUILD= yes -PLIST_SRC= # empty (meta-package) - -do-install: # empty +META_PACKAGE= yes .include "../../mk/bsd.pkg.mk" |