aboutsummaryrefslogtreecommitdiff
path: root/net/ntop
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-08-13 06:32:58 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-08-13 06:32:58 +0000
commita6ed2fac249e2af74231cf099dfdc67cc53376de (patch)
tree1096b95174e34850b1e5129265a8504bef9914e3 /net/ntop
parent40fc811b12a2f624abe3f64ca715c183b3398e7b (diff)
downloadports-a6ed2fac249e2af74231cf099dfdc67cc53376de.tar.gz
ports-a6ed2fac249e2af74231cf099dfdc67cc53376de.zip
Notes
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>