diff options
author | joerg <joerg@pkgsrc.org> | 2007-04-04 13:01:23 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-04-04 13:01:23 +0000 |
commit | 76dfd1bbf7f9739d330f95651c8de0d08c5b44c7 (patch) | |
tree | a063b4499d418d112a734a864b70e14ead50778c /net/ntop1 | |
parent | 0546b28976e256deb4553e033ef2fc959c2fb4c9 (diff) | |
download | pkgsrc-76dfd1bbf7f9739d330f95651c8de0d08c5b44c7.tar.gz |
Fix NO_MTREE
Diffstat (limited to 'net/ntop1')
-rw-r--r-- | net/ntop1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ntop1/Makefile b/net/ntop1/Makefile index 20201f89cfb..af9ce396fbe 100644 --- a/net/ntop1/Makefile +++ b/net/ntop1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/03/04 21:30:21 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2007/04/04 13:01:23 joerg Exp $ DISTNAME= ntop-1.1 PKGREVISION= 4 @@ -14,6 +14,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-threads=no INSTALL_TARGET= install install-man +INSTALLATION_DIRS= ${PKGMANDIR}/man8 .include "../../net/libpcap/buildlink3.mk" .include "../../devel/ncurses/buildlink3.mk" |