aboutsummaryrefslogtreecommitdiffstats
path: root/www/zope/Makefile
diff options
context:
space:
mode:
authornbm <nbm@FreeBSD.org>2003-11-22 02:11:38 +0800
committernbm <nbm@FreeBSD.org>2003-11-22 02:11:38 +0800
commitc89a63ed1e1fda89c14729a73f67f9c7be2269b0 (patch)
tree7cbe228f058230038fa37a52a0a8518e38a143cd /www/zope/Makefile
parentae6a03721a365a435ad6f164474503f86ba71fd5 (diff)
downloadfreebsd-ports-gnome-c89a63ed1e1fda89c14729a73f67f9c7be2269b0.tar.gz
freebsd-ports-gnome-c89a63ed1e1fda89c14729a73f67f9c7be2269b0.tar.zst
freebsd-ports-gnome-c89a63ed1e1fda89c14729a73f67f9c7be2269b0.zip
Upgrade www/zope to version 2.6.2
PR: 59000 Submitted by: Osma Suominen <ozone@sange.fi>
Diffstat (limited to 'www/zope/Makefile')
-rw-r--r--www/zope/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/zope/Makefile b/www/zope/Makefile
index 4d3546bd0c1d..7cf209eb5130 100644
--- a/www/zope/Makefile
+++ b/www/zope/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= zope
-PORTVERSION= 2.6.1
+PORTVERSION= 2.6.2
PORTREVISION= 1
CATEGORIES= www python zope
MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/
@@ -38,7 +38,8 @@ ZOPE_HTTP_PORT?= 8080
ZOPE_FTP_PORT?= 8021
ZOPE_MONITOR_PORT?= ''
-ZOPE_USER= www
+ZOPE_USER?= www
+SUPER_USER?= root
# Don't change these.
ZOPEBASEDIR= ${PREFIX}/${SZOPEBASEDIR}
@@ -104,7 +105,7 @@ do-install:
@#
@${ECHO} "===> Fixing permissions of Zope's own var directory..."
@${CHMOD} ugo+rwt ${ZOPEBASEDIR}/var
- @${CHOWN} root ${ZOPEBASEDIR}/var
+ @${CHOWN} ${SUPER_USER} ${ZOPEBASEDIR}/var
@${CHOWN} ${ZOPE_USER} ${ZOPEBASEDIR}/var/*
@${RM} ${ZOPEBASEDIR}/var/.cvsignore
@if [ -e ${ZOPEBASEDIR}/var/Data.fs.preserve ] ; then \