diff options
author | jmmv <jmmv> | 2003-07-30 10:41:22 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-07-30 10:41:22 +0000 |
commit | 632abc2b3fc3e828f05ad4e75bf502e1251314a7 (patch) | |
tree | 8d44bc684a059c25aa5901c859a5d4248049006d /fonts/ja-shinonome | |
parent | 2a5d9360437c80e78fd47afb8484073918cf324f (diff) | |
download | pkgsrc-632abc2b3fc3e828f05ad4e75bf502e1251314a7.tar.gz |
Set USE_PKGINSTALL instead of directly including bsd.pkg.install.mk.
Diffstat (limited to 'fonts/ja-shinonome')
-rw-r--r-- | fonts/ja-shinonome/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/ja-shinonome/Makefile b/fonts/ja-shinonome/Makefile index 103b97e497e..82716497a49 100644 --- a/fonts/ja-shinonome/Makefile +++ b/fonts/ja-shinonome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 21:37:12 grant Exp $ +# $NetBSD: Makefile,v 1.4 2003/07/30 10:41:23 jmmv Exp $ # DISTNAME= shinonome-0.9.10-src @@ -14,6 +14,7 @@ COMMENT= 12, 14, 16 dots bitmap fonts for Japanese, iso8859-1 GNU_CONFIGURE= YES USE_PERL5= build +USE_PKGINSTALL= YES USE_X11BASE= YES USE_GMAKE= YES FONTDIR= ${PREFIX}/lib/X11/fonts/local @@ -32,5 +33,4 @@ do-install: ${MAKE_PROGRAM} install; \ ${INSTALL_DATA} ${WRKSRC}/fonts.alias ${ALIAS_SHINONOME} -.include "../../mk/bsd.pkg.install.mk" .include "../../mk/bsd.pkg.mk" |