diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-12-16 18:38:52 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-12-16 18:38:52 +0800 |
commit | 869e1f3d6f389c1fd46e4e6efb241902a6af3b00 (patch) | |
tree | a8bb6ec11ebc0856f47c993e62f22e96e5f2372b /www | |
parent | e67555bbbd891a5ed745575362d9b9ed2ec4bfc2 (diff) | |
download | freebsd-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/Makefile | 4 |
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 \ |