pkgsrc-WIP-changes archive

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

munge: Fix OWN_DIRS paths



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Mon May 13 06:50:11 2024 -0500
Changeset:	974210f2549228b166a175356b910839ce79c181

Modified Files:
	munge/Makefile

Log Message:
munge: Fix OWN_DIRS paths

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=974210f2549228b166a175356b910839ce79c181

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

diffstat:
 munge/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/munge/Makefile b/munge/Makefile
index d78de8d26f..8146ce8b52 100644
--- a/munge/Makefile
+++ b/munge/Makefile
@@ -17,10 +17,10 @@ USE_LIBTOOL=		yes
 
 .include "../../mk/bsd.prefs.mk"
 
-MUNGE_DIR?=		var/lib/munge
-MUNGE_LOG_DIR?=		var/log/munge
-MUNGE_RUN_DIR?=		var/run/munge
-MUNGE_ETC_DIR?=		etc/munge
+MUNGE_DIR?=		${PREFIX}/var/lib/munge
+MUNGE_LOG_DIR?=		${PREFIX}/var/log/munge
+MUNGE_RUN_DIR?=		${PREFIX}/var/run/munge
+MUNGE_ETC_DIR?=		${PREFIX}/etc/munge
 MUNGE_USER=		munge
 MUNGE_GROUP=		${MUNGE_USER}
 


Home | Main Index | Thread Index | Old Index