diff options
author | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
commit | 95b3e3e2360a18f5efbc61ef85a063b7481be09f (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /net/ntop2 | |
parent | 4815b5463ae62763c7f76ef59cf137fd64490912 (diff) | |
download | pkgsrc-95b3e3e2360a18f5efbc61ef85a063b7481be09f.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'net/ntop2')
-rw-r--r-- | net/ntop2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/ntop2/Makefile b/net/ntop2/Makefile index 3e314dbd795..1ed6dbafc3f 100644 --- a/net/ntop2/Makefile +++ b/net/ntop2/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2003/01/24 12:47:46 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2003/03/29 12:42:01 jmmv Exp $ DISTNAME= ntop-2.1.54 PKGNAME= ntop2-2.1.54 PKGREVISION= 1 +WRKSRC= ${WRKDIR}/${DISTNAME}/ntop CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ntop/} EXTRACT_SUFX= .tgz @@ -13,8 +14,6 @@ COMMENT= shows network usage (similar to "top" for processes) CONFLICTS= ntop-[0-9]* -WRKSRC= ${WRKDIR}/${DISTNAME}/ntop - USE_BUILDLINK2= yes USE_GMAKE= yes GNU_CONFIGURE= yes |