diff options
author | kris <kris@FreeBSD.org> | 2004-01-30 16:59:39 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-01-30 16:59:39 +0800 |
commit | b4d42d846dcde21aeead488848579dc831172a16 (patch) | |
tree | 16a020758bbf5782f0d90e28e23abf00873dfcbb /www/oops | |
parent | 1bd6f03091eff780ebfbff37de174534851bea93 (diff) | |
download | freebsd-ports-gnome-b4d42d846dcde21aeead488848579dc831172a16.tar.gz freebsd-ports-gnome-b4d42d846dcde21aeead488848579dc831172a16.tar.zst freebsd-ports-gnome-b4d42d846dcde21aeead488848579dc831172a16.zip |
FORBIDDEN: Changes ownership of ${PREFIX}/sbin
Diffstat (limited to 'www/oops')
-rw-r--r-- | www/oops/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/oops/Makefile b/www/oops/Makefile index 33d746ece3b3..c00b3ca6d93d 100644 --- a/www/oops/Makefile +++ b/www/oops/Makefile @@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME}-${OOPSVERSION} MAINTAINER= osa@FreeBSD.org COMMENT= A caching web proxy server +FORBIDDEN= "Changes ownership of ${PREFIX}/sbin" + BUILD_DEPENDS+= gawk:${PORTSDIR}/lang/gawk OOPSVERSION= 1.5.23 |