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/teTeX-share | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'print/teTeX-share')
-rw-r--r-- | print/teTeX-share/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/teTeX-share/Makefile b/print/teTeX-share/Makefile index 8d1261f0481..8c256b73128 100644 --- a/print/teTeX-share/Makefile +++ b/print/teTeX-share/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2003/12/24 12:51:31 jmmv Exp $ +# $NetBSD: Makefile,v 1.23 2004/01/20 12:24:29 agc Exp $ # DISTNAME= tetex-texmf-2.0.2 PKGNAME= teTeX-share-2.0.2 -WRKSRC= ${WRKDIR} CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/unix/teTeX/2.0/distrib/} @@ -13,6 +12,7 @@ COMMENT= Machine-independent part of teTeX, version 2 CONFLICTS+= teTeX2-share-[0-9]* +WRKSRC= ${WRKDIR} DIST_SUBDIR= teTeX USE_BUILDLINK2= yes EXTRACT_ONLY= # empty |