aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorlawrance <lawrance@FreeBSD.org>2005-12-16 18:38:52 +0800
committerlawrance <lawrance@FreeBSD.org>2005-12-16 18:38:52 +0800
commit869e1f3d6f389c1fd46e4e6efb241902a6af3b00 (patch)
treea8bb6ec11ebc0856f47c993e62f22e96e5f2372b /www
parente67555bbbd891a5ed745575362d9b9ed2ec4bfc2 (diff)
downloadfreebsd-ports-gnome-869e1f3d6f389c1fd46e4e6efb241902a6af3b00.tar.gz
freebsd-ports-gnome-869e1f3d6f389c1fd46e4e6efb241902a6af3b00.tar.zst
freebsd-ports-gnome-869e1f3d6f389c1fd46e4e6efb241902a6af3b00.zip
Only directories that need to be writable by typo should be owned
by the www user. Bump PORTREVISION. PR: ports/90119 Submitted by: Vivek Khera <vivek@khera.org> Approved by: Jonathan Weiss <jw@innerewut.de> (maintainer)
Diffstat (limited to 'www')
-rw-r--r--www/typo/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/typo/Makefile b/www/typo/Makefile
index f228bb8fa2ac..010829317812 100644
--- a/www/typo/Makefile
+++ b/www/typo/Makefile
@@ -7,6 +7,7 @@
PORTNAME= typo
PORTVERSION= 2.5.6
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://rubyforge.org/frs/download.php/6171/
EXTRACT_SUFX= .tgz
@@ -23,7 +24,8 @@ TYPODIR= www/${DISTNAME}
do-install:
${CP} -R ${WRKSRC} ${PREFIX}/${TYPODIR}
- ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${TYPODIR}
+ ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${TYPODIR}/log
+ ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${TYPODIR}/public
post-install:
@${FIND} ${PREFIX}/${TYPODIR} -not -type d \