From 76e4e6146c2290f0afeead816b52afae472342a1 Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 11 Aug 2001 06:59:03 +0000 Subject: Don't install ceptd setuid root: it's a daemon you run as root from inetd.conf, so it doesn't need the additional privileges. This port still bogusly hardcodes /usr/local as the installation directory. --- comms/xcept/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'comms/xcept/Makefile') diff --git a/comms/xcept/Makefile b/comms/xcept/Makefile index 8eb603f62d98..20e40940e8b4 100644 --- a/comms/xcept/Makefile +++ b/comms/xcept/Makefile @@ -7,6 +7,7 @@ PORTNAME= xcept PORTVERSION= 2.1.2 +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= asami/LOCAL_PORTS -- cgit