diff options
author | martti <martti@pkgsrc.org> | 2003-07-21 16:45:54 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-07-21 16:45:54 +0000 |
commit | ee90b572a694e53c91c3f84b3e56b5f1ce169ae5 (patch) | |
tree | b1f871338028796610e5ff920241fc869f182169 /fonts/pcf2bdf | |
parent | e69ab8c36548981938b2660bd19e390b45d3e84f (diff) | |
download | pkgsrc-ee90b572a694e53c91c3f84b3e56b5f1ce169ae5.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'fonts/pcf2bdf')
-rw-r--r-- | fonts/pcf2bdf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/pcf2bdf/Makefile b/fonts/pcf2bdf/Makefile index 8cae214a182..3e2addc2301 100644 --- a/fonts/pcf2bdf/Makefile +++ b/fonts/pcf2bdf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 21:37:35 grant Exp $ +# $NetBSD: Makefile,v 1.4 2003/07/21 16:47:09 martti Exp $ # DISTNAME= pcf2bdf-1.04 @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= tech-pkg-ja@jp.NetBSD.org HOMEPAGE= http://www.tsg.ne.jp/GANA/S/pcf2bdf/ -COMMENT= convert X font from PCF to BDF +COMMENT= Convert X font from PCF to BDF USE_GMAKE= YES MAKEFILE= Makefile.gcc |