diff options
author | osa <osa@FreeBSD.org> | 2004-01-30 18:19:16 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2004-01-30 18:19:16 +0800 |
commit | 8be4748cc9dfad42f59d02bdc804a7d55164df61 (patch) | |
tree | ec75ac3888670059b799e51a3f7809b3ea502d7c /www/oops/Makefile | |
parent | c3051e004810acb5c783dc8f1a8dfed7d9c89d2f (diff) | |
download | freebsd-ports-gnome-8be4748cc9dfad42f59d02bdc804a7d55164df61.tar.gz freebsd-ports-gnome-8be4748cc9dfad42f59d02bdc804a7d55164df61.tar.zst freebsd-ports-gnome-8be4748cc9dfad42f59d02bdc804a7d55164df61.zip |
Do not grab ${PREFIX}/sbin owhership.
Remove FORBIDDEN, bump PORTREVISION.
Notify from: kris via bento
Diffstat (limited to 'www/oops/Makefile')
-rw-r--r-- | www/oops/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/oops/Makefile b/www/oops/Makefile index c00b3ca6d93d..fd412322eb40 100644 --- a/www/oops/Makefile +++ b/www/oops/Makefile @@ -7,6 +7,7 @@ PORTNAME= oops PORTVERSION= ${OOPSVERSION} +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://oops-cache.org/ DISTNAME= ${PORTNAME}-${OOPSVERSION} @@ -14,8 +15,6 @@ 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 |