diff options
author | schmonz <schmonz@pkgsrc.org> | 2019-01-28 14:33:52 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2019-01-28 14:33:52 +0000 |
commit | 75b7f2cb96815d90a125056127bdec1df4741b5a (patch) | |
tree | 9c56ca56fd67d51405f6653af37a0907da8c3883 /www/z-push | |
parent | c4585b6d88caf7610c4066e0f4474bd11268e2fa (diff) | |
download | pkgsrc-75b7f2cb96815d90a125056127bdec1df4741b5a.tar.gz |
Add share/z-push to INSTALLATION_DIRS. Use REAL_ROOT_USER as pkglint suggests.
Diffstat (limited to 'www/z-push')
-rw-r--r-- | www/z-push/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/z-push/Makefile b/www/z-push/Makefile index b859d394163..413e79e57b2 100644 --- a/www/z-push/Makefile +++ b/www/z-push/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/06/30 03:17:52 taca Exp $ +# $NetBSD: Makefile,v 1.4 2019/01/28 14:33:52 schmonz Exp $ # DISTNAME= z-push-${ZPUSH_VERSION} @@ -23,7 +23,7 @@ ZPUSHLOGDIR= ${VARBASE}/log/z-push BUILD_DEFS= APACHE_USER APACHE_GROUP VARBASE USE_TOOLS= pax -INSTALLATION_DIRS= ${DOCDIR} ${EGDIR} bin +INSTALLATION_DIRS= ${DOCDIR} ${EGDIR} bin ${ZPUSHDIR} .include "../../lang/php/phpversion.mk" @@ -48,9 +48,9 @@ OWN_DIRS_PERMS+= ${ZPUSHLOGDIR} \ ${APACHE_USER} ${APACHE_GROUP} 0750 CONF_FILES_PERMS+= ${EGDIR}/config.php ${PKG_SYSCONFDIR}/config.php \ - ${ROOT_USER} ${APACHE_GROUP} 0640 + ${REAL_ROOT_USER} ${APACHE_GROUP} 0640 CONF_FILES_PERMS+= ${EGDIR}/z-push.conf ${PKG_SYSCONFDIR}/z-push.conf \ - ${ROOT_USER} ${APACHE_GROUP} 0640 + ${REAL_ROOT_USER} ${APACHE_GROUP} 0640 REPLACE_INTERPRETER+= php REPLACE.php.old= .*php |