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 /net/neat | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'net/neat')
-rw-r--r-- | net/neat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/neat/Makefile b/net/neat/Makefile index 1a60663559e..188719c019b 100644 --- a/net/neat/Makefile +++ b/net/neat/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 22:51:26 grant Exp $ +# $NetBSD: Makefile,v 1.4 2004/01/20 12:22:20 agc Exp $ # DISTNAME= neatv4.6 PKGNAME= ${DISTNAME:S/v/-/} PKGREVISION= 1 -WRKSRC= ${WRKDIR}/neat4 CATEGORIES= net MASTER_SITES= ftp://netsaint.sourceforge.net/pub/netsaint/contrib/addons/ @@ -14,6 +13,7 @@ COMMENT= Netsaint Easy Administration Tool DEPENDS+= netsaint-base>=0.0.6:../../net/netsaint-base +WRKSRC= ${WRKDIR}/neat4 USE_PERL5= YES NO_BUILD= YES |