diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-21 22:03:35 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-21 22:03:35 +0800 |
commit | 11e9db9eb27e183950a2678f32b4992e742a6848 (patch) | |
tree | a27f29e76c8042d5ed189995600c528f7fa9ea2b /www/groupoffice | |
parent | 9a210d3d7aac2bff128df5be780a4829e0f791da (diff) | |
download | freebsd-ports-gnome-11e9db9eb27e183950a2678f32b4992e742a6848.tar.gz freebsd-ports-gnome-11e9db9eb27e183950a2678f32b4992e742a6848.tar.zst freebsd-ports-gnome-11e9db9eb27e183950a2678f32b4992e742a6848.zip |
Allow staging as a regular user
Diffstat (limited to 'www/groupoffice')
-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 \ |