pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/z-push Add share/z-push to INSTALLATION_DIRS. Use ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4ce3cf32b241
branches: trunk
changeset: 318712:4ce3cf32b241
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Mon Jan 28 14:33:52 2019 +0000
description:
Add share/z-push to INSTALLATION_DIRS. Use REAL_ROOT_USER as pkglint suggests.
diffstat:
www/z-push/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r 54c6f21ce2c0 -r 4ce3cf32b241 www/z-push/Makefile
--- a/www/z-push/Makefile Mon Jan 28 14:17:37 2019 +0000
+++ b/www/z-push/Makefile Mon Jan 28 14:33:52 2019 +0000
@@ -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 @@
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 @@
${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
Home |
Main Index |
Thread Index |
Old Index