pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/zabbix50-proxy



Module Name:    pkgsrc
Committed By:   otis
Date:           Mon Jul 10 11:33:18 UTC 2023

Modified Files:
        pkgsrc/sysutils/zabbix50-proxy: Makefile

Log Message:
zabbix50-proxy: Correct .include statement

Don't include by ${.CURDIR} (it was a erroneous leftover).


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/sysutils/zabbix50-proxy/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-proxy/Makefile
diff -u pkgsrc/sysutils/zabbix50-proxy/Makefile:1.19 pkgsrc/sysutils/zabbix50-proxy/Makefile:1.20
--- pkgsrc/sysutils/zabbix50-proxy/Makefile:1.19        Mon Jul 10 11:24:08 2023
+++ pkgsrc/sysutils/zabbix50-proxy/Makefile     Mon Jul 10 11:33:18 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2023/07/10 11:24:08 otis Exp $
+# $NetBSD: Makefile,v 1.20 2023/07/10 11:33:18 otis Exp $
 
-.include "${.CURDIR}/../../sysutils/zabbix50-server/Makefile.common"
+.include "../../sysutils/zabbix50-server/Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/-/-proxy-${ZABBIX_DB_TYPE}-/}
 COMMENT=       Enterprise-class Monitoring Solution for Everyone



Home | Main Index | Thread Index | Old Index