aboutsummaryrefslogtreecommitdiffstats
path: root/net/ntop
diff options
context:
space:
mode:
Diffstat (limited to 'net/ntop')
-rw-r--r--net/ntop/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile
index 9f5f3f307e76..63ae1a2d9d3b 100644
--- a/net/ntop/Makefile
+++ b/net/ntop/Makefile
@@ -15,8 +15,6 @@ DISTNAME= ntop-1.1-src
MAINTAINER= billf@FreeBSD.org
-FORBIDDEN= "Shocking lack of security leading to multiple local and remote root exploits"
-
HAS_CONFIGURE= yes
ALL_TARGET=
INSTALL_TARGET= install install-man
@@ -25,6 +23,7 @@ WRKSRC= ${WRKDIR}/${PKGNAME}
MAN8= ntop.8
post-install:
+ ${CHMOD} u-s,g-srx ${PREFIX}/sbin/ntop
strip ${PREFIX}/sbin/ntop
.include <bsd.port.mk>