pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/nagios-plugins Set PATCHDIR / DISTINFO_FILE explic...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9afa789f77e5
branches:  trunk
changeset: 368043:9afa789f77e5
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Sep 10 14:11:30 2017 +0000

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

diffstat:

 net/nagios-plugins/Makefile.common |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 679ebfa4cd0f -r 9afa789f77e5 net/nagios-plugins/Makefile.common
--- a/net/nagios-plugins/Makefile.common        Sun Sep 10 14:10:43 2017 +0000
+++ b/net/nagios-plugins/Makefile.common        Sun Sep 10 14:11:30 2017 +0000
@@ -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 @@
 
 .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