diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-21 14:03:35 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-21 14:03:35 +0000 |
commit | f3e52066001f0321c1a4dbe3739ce6f3724e440a (patch) | |
tree | a27f29e76c8042d5ed189995600c528f7fa9ea2b | |
parent | Allow staging as a regular user (diff) |
Allow staging as a regular user
Notes
Notes:
svn path=/head/; revision=368757
-rw-r--r-- | www/groupoffice/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/www/groupoffice/Makefile b/www/groupoffice/Makefile index 09f63396e7f0..3124ca96be5a 100644 --- a/www/groupoffice/Makefile +++ b/www/groupoffice/Makefile @@ -49,8 +49,6 @@ do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} ${CP} -R ${WRKSRC}/ ${STAGEDIR}${WWWDIR} @${TOUCH} ${STAGEDIR}${WWWDIR}/config.php - @${CHOWN} ${WWWOWN} ${STAGEDIR}${WWWDIR}/config.php - @${CAT} ${PKGMESSAGE} create-plist: @${FIND} -s ${WRKSRC}/${file} -not -type d \ |