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 /print/ja-a2ps/Makefile | |
parent | 027ce626821d991bc282a370598c738be6c3e12e (diff) | |
download | pkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'print/ja-a2ps/Makefile')
-rw-r--r-- | print/ja-a2ps/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ja-a2ps/Makefile b/print/ja-a2ps/Makefile index 7cc6536328b..f8cb17f4e17 100644 --- a/print/ja-a2ps/Makefile +++ b/print/ja-a2ps/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2003/01/13 13:00:03 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2003/03/29 12:42:15 jmmv Exp $ # FreeBSD Id: Makefile,v 1.5 1999/04/16 04:57:06 taoka Exp $ DISTNAME= a2ps.pl-1.45 PKGNAME= ja-a2ps-1.45 +WRKSRC= ${WRKDIR} CATEGORIES= japanese print MASTER_SITES= ftp://ftp.iij.ad.jp/pub/IIJ/dist/utashiro/perl/ \ ftp://ftp.sra.co.jp/pub/lang/perl/sra-scripts/ @@ -14,7 +15,6 @@ COMMENT= Text file to postscript converter (with Japanese support) USE_PERL5= YES EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} . -WRKSRC= ${WRKDIR} NO_BUILD= yes REPLACE_PERL= a2ps.pl-1.45 |