aboutsummaryrefslogtreecommitdiffstats
path: root/www/zope29
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-12-15 05:19:30 +0800
committerpav <pav@FreeBSD.org>2007-12-15 05:19:30 +0800
commit131cd8913ffca868b0bd0eddf501ba7de6c36f31 (patch)
tree7d08c9c257cdf1089a3a6213e593d804c58866df /www/zope29
parent6758b644fa1e4577b817464da8a066e5220810b1 (diff)
downloadfreebsd-ports-gnome-131cd8913ffca868b0bd0eddf501ba7de6c36f31.tar.gz
freebsd-ports-gnome-131cd8913ffca868b0bd0eddf501ba7de6c36f31.tar.zst
freebsd-ports-gnome-131cd8913ffca868b0bd0eddf501ba7de6c36f31.zip
- At post-install stage, "chmod a-w" is executed for all files below
/usr/local/www/Zope29. And it affects on the zope instance placed at /usr/local/www/Zope29/instance, that is, var/Data.fs, logs/event.log and so on of the zope instance are not writeable. It occurs easily by portupgrade. PR: ports/118151 Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> Approved by: maintainer timeout (3 weeks)
Diffstat (limited to 'www/zope29')
-rw-r--r--www/zope29/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/zope29/Makefile b/www/zope29/Makefile
index 42b5608fcab5..d884d7864aa7 100644
--- a/www/zope29/Makefile
+++ b/www/zope29/Makefile
@@ -81,7 +81,9 @@ post-install:
${CP} ${FILESDIR}/Products_00readme-freebsd.txt \
${ZOPEBASEDIR}/Products/00readme-freebsd.txt
- ${FIND} ${ZOPEBASEDIR} -type f -print0 | ${XARGS} -0 -- ${CHMOD} a-w+r
+.for d in lib bin doc skel Products
+ ${FIND} ${ZOPEBASEDIR}/$d -type f -print0 | ${XARGS} -0 -- ${CHMOD} a-w+r
+.endfor
@${CAT} ${PKGMESSAGE}
@${ECHO_MSG}