diff options
author | kris <kris@FreeBSD.org> | 2001-08-11 14:59:03 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-08-11 14:59:03 +0800 |
commit | 76e4e6146c2290f0afeead816b52afae472342a1 (patch) | |
tree | d2692b5f55075d0718d4cbeb07802400a84ecdbb /comms/xcept/Makefile | |
parent | fb62b995d9974980e0b4b9329efec187ddc8cef1 (diff) | |
download | freebsd-ports-gnome-76e4e6146c2290f0afeead816b52afae472342a1.tar.gz freebsd-ports-gnome-76e4e6146c2290f0afeead816b52afae472342a1.tar.zst freebsd-ports-gnome-76e4e6146c2290f0afeead816b52afae472342a1.zip |
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.
Diffstat (limited to 'comms/xcept/Makefile')
-rw-r--r-- | comms/xcept/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |