diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
commit | 895a427c2b02fc658aea5135eb3059116379c573 (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /fonts/ja-kaname/Makefile | |
parent | 24e9c4bfce71001ab726d2c6ccdd198ef12435ba (diff) | |
download | pkgsrc-895a427c2b02fc658aea5135eb3059116379c573.tar.gz |
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
Diffstat (limited to 'fonts/ja-kaname/Makefile')
-rw-r--r-- | fonts/ja-kaname/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fonts/ja-kaname/Makefile b/fonts/ja-kaname/Makefile index 06709a35b5d..2e2be464195 100644 --- a/fonts/ja-kaname/Makefile +++ b/fonts/ja-kaname/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2008/03/03 20:17:12 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2009/05/19 08:59:14 wiz Exp $ DISTNAME= kaname_k12_bdf PKGNAME= ja-kaname-0.0.0.20030112 @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} # original site was closed. MAINTAINER= tech-pkg-ja@jp.NetBSD.org COMMENT= 12x12 dots X11 bitmap font for JIS X 0208 +#LICENSE= no-commercial-use PKG_DESTDIR_SUPPORT= user-destdir @@ -18,8 +19,6 @@ DOCDIR= ${PREFIX}/share/doc/kaname FONTDIR= ${PREFIX}/lib/X11/fonts/local FONTS_DIRS.x11= ${FONTDIR} -#LICENSE= no-commercial-use - do-build: cd ${WRKSRC}; \ for i in *.bdf; do \ |