diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
commit | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /print/ja-ptex-share/Makefile | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'print/ja-ptex-share/Makefile')
-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 7e79e7ed4cd..16d93786771 100644 --- a/print/ja-ptex-share/Makefile +++ b/print/ja-ptex-share/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2003/12/24 13:02:01 jmmv Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/20 12:24:29 agc Exp $ DISTNAME= ptex-texmf-2.1 PKGNAME= ja-ptex-share-2.1 PKGREVISION= 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/ \ @@ -21,6 +20,7 @@ COMMENT= Library files for pTeX DEPENDS+= teTeX>=2.0.1:../../print/teTeX +WRKSRC= ${WRKDIR} DIST_SUBDIR= teTeX NO_CONFIGURE= YES NO_BUILD= YES |