diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-11 22:24:33 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-11 22:24:33 +0000 |
commit | e595ea97dfce4d208fbde7edf0a860365fca5809 (patch) | |
tree | 1e5615f84713026ae761d8b8d5bf57b7a022a630 /net/ntop | |
parent | 90d6db33982ffaef9c59afa2f93c5970684a1906 (diff) | |
download | pkgsrc-e595ea97dfce4d208fbde7edf0a860365fca5809.tar.gz |
DESTDIR support
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 |