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/bww2tex | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'print/bww2tex')
-rw-r--r-- | print/bww2tex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/bww2tex/Makefile b/print/bww2tex/Makefile index e8ec8634c02..2c9b2e2218c 100644 --- a/print/bww2tex/Makefile +++ b/print/bww2tex/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2003/03/29 12:42:14 jmmv Exp $ +# $NetBSD: Makefile,v 1.4 2004/01/20 12:24:28 agc Exp $ # DISTNAME= bww2tex-2.00 -WRKSRC= ${WRKDIR} CATEGORIES= print MASTER_SITES= http://www.stanford.edu/~wrinnes/bagpipe.tex/bww2tex/ DISTFILES= bww2tex200.tar.gz @@ -13,6 +12,7 @@ COMMENT= Bagpipe Music Writer Gold to BagpipeTeX converter BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison +WRKSRC= ${WRKDIR} NO_CONFIGURE= yes MAKEFILE= ${WRKSRC}/makefile |