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/texfamily-share | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'print/texfamily-share')
-rw-r--r-- | print/texfamily-share/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/texfamily-share/Makefile b/print/texfamily-share/Makefile index f59e39e819d..799485940a7 100644 --- a/print/texfamily-share/Makefile +++ b/print/texfamily-share/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2003/07/17 22:52:44 grant Exp $ +# $NetBSD: Makefile,v 1.10 2004/01/20 12:24:29 agc Exp $ DISTNAME= TeXfamily-share-1.2.1 PKGREVISION= 4 -WRKSRC= ${WRKDIR} CATEGORIES= japanese print MASTER_SITES= ftp://ftp.math.s.chiba-u.ac.jp/tex/texfam-1.2/ \ ftp://ftp.math.s.chiba-u.ac.jp/tex/texfam-1.2.1/ \ @@ -22,6 +21,7 @@ COMMENT= Machine-independent part of TeXfamily (pTeX, JTeX, MuLTeX) DEPENDS+= teTeX>=1.0.7nb1:../../print/teTeX +WRKSRC= ${WRKDIR} DIST_SUBDIR= TeXfamily EXTRACT_ONLY= jis${EXTRACT_SUFX} nmin-ngoth${EXTRACT_SUFX} \ standard${EXTRACT_SUFX} morisawa${EXTRACT_SUFX} |