diff options
author | ale <ale@FreeBSD.org> | 2010-12-20 17:12:20 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2010-12-20 17:12:20 +0800 |
commit | fd0a14a37c2d23a2ec297357ff4d3ae889a86f44 (patch) | |
tree | 0e0c64992d7bdef6c985a52d843e259275c6f4fd /mail/roundcube | |
parent | 1a9501050c0d1ce705e0a0d0fdc4efdd67adccb7 (diff) | |
download | freebsd-ports-gnome-fd0a14a37c2d23a2ec297357ff4d3ae889a86f44.tar.gz freebsd-ports-gnome-fd0a14a37c2d23a2ec297357ff4d3ae889a86f44.tar.zst freebsd-ports-gnome-fd0a14a37c2d23a2ec297357ff4d3ae889a86f44.zip |
Restore correct owner on logs and temp directories.
Submitted by: J.R. Oldroyd <jr@opal.com>
Diffstat (limited to 'mail/roundcube')
-rw-r--r-- | mail/roundcube/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile index e79c2e149551..3d86b133311d 100644 --- a/mail/roundcube/Makefile +++ b/mail/roundcube/Makefile @@ -7,6 +7,7 @@ PORTNAME= roundcube DISTVERSION= 0.5-beta +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES?= mail www MASTER_SITES= SF/${PORTNAME}mail/${PORTNAME}mail-beta/${DISTVERSION} @@ -132,6 +133,7 @@ do-install: .for i in ${RCUBECOMP} @cd ${WRKSRC} && ${COPYTREE_SHARE} ${i} ${WWWDIR} .endfor + @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}/logs ${WWWDIR}/temp .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in ${PORTDOCS} |