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/tex-prosper | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'print/tex-prosper')
-rw-r--r-- | print/tex-prosper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/tex-prosper/Makefile b/print/tex-prosper/Makefile index 0454f4ba973..315cb198b53 100644 --- a/print/tex-prosper/Makefile +++ b/print/tex-prosper/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/12/25 13:27:32 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2004/01/20 12:24:29 agc Exp $ # DISTNAME= prosper-1.00.4 PKGNAME= tex-${DISTNAME} -WRKSRC= ${WRKDIR}/prosper CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=prosper/} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} PPRblends.sty.gz @@ -14,6 +13,7 @@ COMMENT= LaTeX class for writing transparencies DEPENDS= teTeX-bin-[0-9]*:../../print/teTeX-bin +WRKSRC= ${WRKDIR}/prosper NO_CONFIGURE= yes NO_BUILD= yes |