diff options
author | wiz <wiz> | 2001-02-16 15:51:46 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-16 15:51:46 +0000 |
commit | 9b3e4cb13729c47be0bf5e876036256b4f987e32 (patch) | |
tree | 93e776c22feddb53127ca24e4742b48902ced5bc /fonts | |
parent | 2e99accb2bbee84c3f01536879ae54bd8a6e604f (diff) | |
download | pkgsrc-9b3e4cb13729c47be0bf5e876036256b4f987e32.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
While I'm here, unify category Makefiles to more standard style.
(If you have tools depending on the previous form, please fix them.)
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/Makefile | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/fonts/Makefile b/fonts/Makefile index 9f4ef24c4bc..c52c721a34e 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -1,19 +1,21 @@ -# $NetBSD: Makefile,v 1.11 2000/11/01 16:20:15 hubertf Exp $ +# $NetBSD: Makefile,v 1.12 2001/02/16 15:51:49 wiz Exp $ # - SUBDIR += Xg - SUBDIR += acroread-chsfont - SUBDIR += acroread-chtfont - SUBDIR += acroread-font-share - SUBDIR += acroread-jpnfont - SUBDIR += acroread-korfont - SUBDIR += intlfonts - SUBDIR += jisx0208fonts - SUBDIR += jisx0212fonts - SUBDIR += jisx0213fonts - SUBDIR += jmk-fonts - SUBDIR += ksc5601fonts - SUBDIR += mglfonts - SUBDIR += watanabe_vfont +COMMENT= Fonts + +SUBDIR+= Xg +SUBDIR+= acroread-chsfont +SUBDIR+= acroread-chtfont +SUBDIR+= acroread-font-share +SUBDIR+= acroread-jpnfont +SUBDIR+= acroread-korfont +SUBDIR+= intlfonts +SUBDIR+= jisx0208fonts +SUBDIR+= jisx0212fonts +SUBDIR+= jisx0213fonts +SUBDIR+= jmk-fonts +SUBDIR+= ksc5601fonts +SUBDIR+= mglfonts +SUBDIR+= watanabe_vfont .include "../mk/bsd.pkg.subdir.mk" |