diff options
author | jlam <jlam> | 2005-12-29 06:21:30 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-12-29 06:21:30 +0000 |
commit | 5af16a0a92f81c34be4b282d5e8072ffb8e77df1 (patch) | |
tree | cd74196fb4970fddf0114e46d23d0bc534a0a70a /fonts/monafonts | |
parent | a1ad2b0ae6e24e2b642cab2b00e3241d772eef7a (diff) | |
download | pkgsrc-5af16a0a92f81c34be4b282d5e8072ffb8e77df1.tar.gz |
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
Diffstat (limited to 'fonts/monafonts')
-rw-r--r-- | fonts/monafonts/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fonts/monafonts/Makefile b/fonts/monafonts/Makefile index 08864b35bbe..d9c04543b34 100644 --- a/fonts/monafonts/Makefile +++ b/fonts/monafonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/12/28 18:28:48 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2005/12/29 06:21:40 jlam Exp $ DISTNAME= monafont-2.90 PKGNAME= ${DISTNAME:S/font/fonts/} @@ -11,7 +11,6 @@ HOMEPAGE= http://monafont.sourceforge.net/ COMMENT= Japanese fonts for "Mona" seen at 2ch.net USE_X11BASE= yes -USE_PKGINSTALL= yes BUILD_TARGET= bdf USE_TOOLS+= bdftopcf gzip mkfontdir perl sed MAKE_FLAGS+= SED_CMD=${SED:Q} |