From 3ad1bdbf063a03bdcca7087d41be98b07ad933af Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 20 Jan 2004 12:18:15 +0000 Subject: Move WRKSRC definition away from the first paragraph in a Makefile. --- net/ntop2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/ntop2') 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 -- cgit v1.2.3