pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

zabbix50-frontend: Call replace-interpreter



Module Name:	pkgsrc-wip
Committed By:	Juraj Lutter <otis%NetBSD.org@localhost>
Pushed By:	otis
Date:		Tue Aug 18 15:19:38 2020 +0000
Changeset:	8f837a354d9b48572e3995d7a625c6fef38d9c48

Modified Files:
	zabbix50-frontend/Makefile

Log Message:
zabbix50-frontend: Call replace-interpreter

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8f837a354d9b48572e3995d7a625c6fef38d9c48

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 zabbix50-frontend/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/zabbix50-frontend/Makefile b/zabbix50-frontend/Makefile
index 705bcb3b79..6eeb2d3c89 100644
--- a/zabbix50-frontend/Makefile
+++ b/zabbix50-frontend/Makefile
@@ -32,6 +32,8 @@ DEPENDS+=	${PHP_PKG_PREFIX}-sysvsem>=7.2.0:../../devel/php-sysvsem
 
 INSTALLATION_DIRS+=	${EGDIR} share/zabbix
 
+post-patch: replace-interpreter
+
 do-install:
 	rm -f ${WRKSRC}/ui/locale/*.orig
 	cd ${WRKSRC}/ui; ${PAX} -rw . ${DESTDIR}${PREFIX}/share/zabbix/
@@ -39,4 +41,5 @@ do-install:
 	${INSTALL_DATA} ${FILESDIR}/php-fpm-zabbix.conf ${DESTDIR}${PREFIX}/${EGDIR}
 
 .include "../../lang/php/phpversion.mk"
+.include "../../mk/configure/replace-interpreter.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index