pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/munin-common sysutils/munin-common: fix locat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c10c02ba972
branches:  trunk
changeset: 413844:3c10c02ba972
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Mar 22 18:48:06 2020 +0000

description:
sysutils/munin-common: fix location of REPLACE_PERL

In Makefile.common, the WRKSRC is redirected.

diffstat:

 sysutils/munin-common/Makefile        |  3 ++-
 sysutils/munin-common/Makefile.common |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r 2058d67d82ff -r 3c10c02ba972 sysutils/munin-common/Makefile
--- a/sysutils/munin-common/Makefile    Sun Mar 22 18:43:46 2020 +0000
+++ b/sysutils/munin-common/Makefile    Sun Mar 22 18:48:06 2020 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2019/09/09 12:21:44 tm Exp $
+# $NetBSD: Makefile,v 1.2 2020/03/22 18:48:06 rillig Exp $
 #
 
 PKGNAME=       ${DISTNAME:S/munin/munin-common/}
+PKGREVISION=   1
 COMMENT=       Common components between a munin node and master
 
 .include "../../sysutils/munin-common/Makefile.common"
diff -r 2058d67d82ff -r 3c10c02ba972 sysutils/munin-common/Makefile.common
--- a/sysutils/munin-common/Makefile.common     Sun Mar 22 18:43:46 2020 +0000
+++ b/sysutils/munin-common/Makefile.common     Sun Mar 22 18:48:06 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2019/09/09 12:21:44 tm Exp $
+# $NetBSD: Makefile.common,v 1.2 2020/03/22 18:48:06 rillig Exp $
 #
 # used by sysutils/munin-common/Makefile
 # used by sysutils/munin-master/Makefile
@@ -51,7 +51,7 @@
 
 EGDIR=                 ${PREFIX}/share/examples/munin
 
-REPLACE_PERL=          master/_bin/munin-update.in
+REPLACE_PERL=          ${WRKDIR}/${DISTNAME}/master/_bin/munin-update.in
 
 FILES_SUBST+=          MUNIN_GROUP=${MUNIN_GROUP}
 FILES_SUBST+=          MUNIN_RUN=${MUNIN_RUN:Q}



Home | Main Index | Thread Index | Old Index