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/ntop2 | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'net/ntop2')
-rw-r--r-- | net/ntop2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ntop2/Makefile b/net/ntop2/Makefile index b9c0d8fa992..22589e37091 100644 --- a/net/ntop2/Makefile +++ b/net/ntop2/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2003/11/12 03:39:41 jschauma Exp $ +# $NetBSD: Makefile,v 1.23 2004/01/20 12:22:20 agc Exp $ DISTNAME= ntop-2.2 PKGNAME= ntop2-2.2 PKGREVISION= 2 -WRKSRC= ${WRKDIR}/${DISTNAME}/ntop CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ntop/} EXTRACT_SUFX= .tgz @@ -14,6 +13,7 @@ COMMENT= Shows network usage (similar to "top" for processes) CONFLICTS= ntop-[0-9]* +WRKSRC= ${WRKDIR}/${DISTNAME}/ntop USE_X11= yes USE_BUILDLINK2= yes USE_GMAKE= yes |