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 | 99fa10ea5d67c5627b505a80330669db6bc96fae (patch) | |
tree | a063b4499d418d112a734a864b70e14ead50778c /net/ntop1 | |
parent | aa8520d2c05e97a02ee558e9fe9e0561bcb6788b (diff) | |
download | pkgsrc-99fa10ea5d67c5627b505a80330669db6bc96fae.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" |