pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/nagios-plugins



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sun Sep 10 14:11:30 UTC 2017

Modified Files:
        pkgsrc/net/nagios-plugins: Makefile.common

Log Message:
Set PATCHDIR / DISTINFO_FILE explicitly, even if they have a value
already. Unbreaks the various plugins.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/nagios-plugins/Makefile.common

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

Modified files:

Index: pkgsrc/net/nagios-plugins/Makefile.common
diff -u pkgsrc/net/nagios-plugins/Makefile.common:1.13 pkgsrc/net/nagios-plugins/Makefile.common:1.14
--- pkgsrc/net/nagios-plugins/Makefile.common:1.13      Tue Jul  4 19:45:18 2017
+++ pkgsrc/net/nagios-plugins/Makefile.common   Sun Sep 10 14:11:30 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2017/07/04 19:45:18 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.14 2017/09/10 14:11:30 joerg Exp $
 #
 # used by net/nagios-plugin-ldap/Makefile
 # used by net/nagios-plugin-mysql/Makefile
@@ -13,8 +13,8 @@ MASTER_SITES?=        http://nagios-plugins.org
 
 .include "../../net/nagios-base/Makefile.common"
 
-DISTINFO_FILE?=        ${.CURDIR}/../../net/nagios-plugins/distinfo
-PATCHDIR?=     ${.CURDIR}/../../net/nagios-plugins/patches
+DISTINFO_FILE= ${.CURDIR}/../../net/nagios-plugins/distinfo
+PATCHDIR=      ${.CURDIR}/../../net/nagios-plugins/patches
 
 BUILD_DEFS+=   NAGIOS_USER NAGIOS_GROUP
 



Home | Main Index | Thread Index | Old Index