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/jisx0212fonts | |
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/jisx0212fonts')
-rw-r--r-- | fonts/jisx0212fonts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/jisx0212fonts/Makefile b/fonts/jisx0212fonts/Makefile index 9e4b6ab8b4d..8115e50a442 100644 --- a/fonts/jisx0212fonts/Makefile +++ b/fonts/jisx0212fonts/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2001/09/09 20:36:23 agc Exp $ +# $NetBSD: Makefile,v 1.6 2003/03/29 12:40:57 jmmv Exp $ # Based on FreeBSD Id: Makefile,v 1.6 1999/02/12 17:23:40 motoyuki Exp # DISTNAME= jisx0212fonts-0.0 +WRKSRC= ${WRKDIR} CATEGORIES= fonts x11 japanese MASTER_SITES= ftp://ginkaku.kudpc.kyoto-u.ac.jp/fonts/ \ ftp://ftp.jp.netbsd.org/pub/NetBSD-jp/tut-jp/fonts/ \ @@ -13,7 +14,6 @@ MAINTAINER= itojun@itojun.org COMMENT= X11 X0212-1990 font. 14, 16, 24 and 40 dots availble USE_X11BASE= yes -WRKSRC= ${WRKDIR} EXTRACT_ONLY= ${DISTFILES} MAKE_ENV+= DISTDIR=${DISTDIR} DISTFILES="${DISTFILES}" |