pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/zabbix50-server
Module Name: pkgsrc
Committed By: mef
Date: Fri Nov 6 15:02:53 UTC 2020
Modified Files:
pkgsrc/sysutils/zabbix50-server: Makefile
Log Message:
(sysutils/zabbix50-server) Fix build, REPLACE_BASH+= added
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/zabbix50-server/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/zabbix50-server/Makefile
diff -u pkgsrc/sysutils/zabbix50-server/Makefile:1.3 pkgsrc/sysutils/zabbix50-server/Makefile:1.4
--- pkgsrc/sysutils/zabbix50-server/Makefile:1.3 Thu Nov 5 09:09:12 2020
+++ pkgsrc/sysutils/zabbix50-server/Makefile Fri Nov 6 15:02:53 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/11/05 09:09:12 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2020/11/06 15:02:53 mef Exp $
# used by sysutils/zabbix50-proxy/Makefile
# used by sysutils/zabbix50-agent/Makefile
#
@@ -58,6 +58,9 @@ PLIST_SUBST+= PKGBASE=${PKGBASE}
CFLAGS.SunOS+= -DDUK_USE_BYTEORDER=1
+REPLACE_BASH+= misc/snmptrap/snmptrap.sh \
+ misc/images/png_to_xml.sh
+
.include "../../mk/bsd.prefs.mk"
pre-configure:
Home |
Main Index |
Thread Index |
Old Index