pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/munin-common



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Mar 22 18:48:07 UTC 2020

Modified Files:
        pkgsrc/sysutils/munin-common: Makefile Makefile.common

Log Message:
sysutils/munin-common: fix location of REPLACE_PERL

In Makefile.common, the WRKSRC is redirected.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/munin-common/Makefile \
    pkgsrc/sysutils/munin-common/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/sysutils/munin-common/Makefile
diff -u pkgsrc/sysutils/munin-common/Makefile:1.1 pkgsrc/sysutils/munin-common/Makefile:1.2
--- pkgsrc/sysutils/munin-common/Makefile:1.1   Mon Sep  9 12:21:44 2019
+++ pkgsrc/sysutils/munin-common/Makefile       Sun Mar 22 18:48:06 2020
@@ -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"
Index: pkgsrc/sysutils/munin-common/Makefile.common
diff -u pkgsrc/sysutils/munin-common/Makefile.common:1.1 pkgsrc/sysutils/munin-common/Makefile.common:1.2
--- pkgsrc/sysutils/munin-common/Makefile.common:1.1    Mon Sep  9 12:21:44 2019
+++ pkgsrc/sysutils/munin-common/Makefile.common        Sun Mar 22 18:48:06 2020
@@ -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 @@ PKG_SYSCONFSUBDIR?=   munin
 
 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