diff options
-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" |