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/teTeX1-sharesrc | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'print/teTeX1-sharesrc')
-rw-r--r-- | print/teTeX1-sharesrc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/teTeX1-sharesrc/Makefile b/print/teTeX1-sharesrc/Makefile index 39306ab5d0f..b480ba18ab1 100644 --- a/print/teTeX1-sharesrc/Makefile +++ b/print/teTeX1-sharesrc/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/12/24 12:56:11 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2004/01/20 12:24:29 agc Exp $ # FreeBSD Id: Makefile,v 1.20 1997/08/05 06:56:41 tg Exp # DISTNAME= teTeX-texmfsrc-1.0.1 PKGNAME= teTeX-sharesrc-1.0.1 PKGREVISION= 1 -WRKSRC= ${WRKDIR} CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/unix/teTeX/1.0/distrib/sources/} @@ -15,6 +14,7 @@ COMMENT= Sources for machine-independent part of teTeX DEPENDS+= teTeX-share-1.0.[2-9]*:../teTeX1-share +WRKSRC= ${WRKDIR} DIST_SUBDIR= teTeX USE_BUILDINK2= yes EXTRACT_ONLY= # empty |