diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
commit | 0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /fonts/pcf2bdf | |
parent | 027ce626821d991bc282a370598c738be6c3e12e (diff) | |
download | pkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
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 3df1b7c8f7e..78d20c4219a 100644 --- a/fonts/pcf2bdf/Makefile +++ b/fonts/pcf2bdf/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/12/31 05:44:43 kei Exp $ +# $NetBSD: Makefile,v 1.2 2003/03/29 12:40:58 jmmv Exp $ # DISTNAME= pcf2bdf-1.04 +WRKSRC= ${WRKDIR} CATEGORIES= fonts graphics x11 MASTER_SITES= http://www.tsg.ne.jp/GANA/S/pcf2bdf/ EXTRACT_SUFX= .tgz @@ -11,7 +12,6 @@ HOMEPAGE= http://www.tsg.ne.jp/GANA/S/pcf2bdf/ COMMENT= convert X font from PCF to BDF USE_GMAKE= YES -WRKSRC= ${WRKDIR} MAKEFILE= Makefile.gcc do-install: |