diff options
author | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
commit | 95b3e3e2360a18f5efbc61ef85a063b7481be09f (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /print/ja-ptex-share | |
parent | 4815b5463ae62763c7f76ef59cf137fd64490912 (diff) | |
download | pkgsrc-95b3e3e2360a18f5efbc61ef85a063b7481be09f.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'print/ja-ptex-share')
-rw-r--r-- | print/ja-ptex-share/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ja-ptex-share/Makefile b/print/ja-ptex-share/Makefile index 551e7d7afca..b5a75a0c4b4 100644 --- a/print/ja-ptex-share/Makefile +++ b/print/ja-ptex-share/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/03/15 20:02:49 kei Exp $ +# $NetBSD: Makefile,v 1.2 2003/03/29 12:42:16 jmmv Exp $ DISTNAME= ptex-texmf-2.1 PKGNAME= ja-ptex-share-2.1 +WRKSRC= ${WRKDIR} CATEGORIES= print japanese MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/tetex/ \ ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/jvf/ \ @@ -20,7 +21,6 @@ COMMENT= library files for pTeX DEPENDS+= teTeX2>=2.0.1:../../print/teTeX2 DIST_SUBDIR= teTeX -WRKSRC= ${WRKDIR} NO_CONFIGURE= YES NO_BUILD= YES TEXMFLOCAL= ${PREFIX}/share/texmf.local |