diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/efront/Makefile | 11 | ||||
-rw-r--r-- | www/efront/pkg-plist | 4 |
2 files changed, 6 insertions, 9 deletions
diff --git a/www/efront/Makefile b/www/efront/Makefile index 0411c8b1521a..b1bf3fa55340 100644 --- a/www/efront/Makefile +++ b/www/efront/Makefile @@ -3,7 +3,7 @@ PORTNAME= efront DISTVERSION= 3.6.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}learning/${PORTNAME}learning/eFront%20v3.6.6/ DISTNAME= ${PORTNAME}_${PORTVERSION}_build8242 @@ -19,6 +19,7 @@ EFRONT_DIRS= libraries PEAR \ upload www backups NO_BUILD= yes +PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" SUB_FILES= pkg-message do-install: @@ -29,14 +30,6 @@ do-install: .for i in ${EFRONT_DIRS} @cd ${WRKDIR} && ${COPYTREE_SHARE} ${i} ${STAGEDIR}${WWWDIR} .endfor - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR} @${CHMOD} -R 755 ${STAGEDIR}${WWWDIR} -post-install: - @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR}' \ - >> ${TMPPLIST} - @${ECHO_CMD} '@exec ${CHMOD} -R 755 ${STAGEDIR}${WWWDIR}' \ - >> ${TMPPLIST} - @${CAT} ${PKGMESSAGE} - .include <bsd.port.mk> diff --git a/www/efront/pkg-plist b/www/efront/pkg-plist index 398a551bbe98..44ad17effd8c 100644 --- a/www/efront/pkg-plist +++ b/www/efront/pkg-plist @@ -1,3 +1,5 @@ +@owner %%WWWOWN%% +@group %%WWWGRP%% %%WWWDIR%%/CHANGELOG.txt %%WWWDIR%%/INSTALL.txt %%WWWDIR%%/LICENSE.txt @@ -3423,3 +3425,5 @@ @dirrm %%WWWDIR%%/www/themes @dirrm %%WWWDIR%%/www @dirrm %%WWWDIR%% +@owner root +@group wheel |