diff options
Diffstat (limited to 'net/ntop')
-rw-r--r-- | net/ntop/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index 2be569db6c4..2e93293d383 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2010/01/17 12:02:34 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2010/02/11 22:24:33 joerg Exp $ DISTNAME= ntop-3.3.10 PKGREVISION= 2 @@ -9,6 +9,8 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://www.ntop.org/ntop.html COMMENT= Shows network usage (similar to "top" for processes) +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= ntop-[0-9]* USE_LIBTOOL= yes |