pkgsrc-WIP-changes archive

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

munge: Fix plist issue on Darwin



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Mon May 13 07:44:17 2024 -0500
Changeset:	33a791b3e8449789b0c47f69365686cdbcf363b2

Modified Files:
	munge/Makefile

Log Message:
munge: Fix plist issue on Darwin

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

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

diffstat:
 munge/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/munge/Makefile b/munge/Makefile
index 8146ce8b52..ce851af932 100644
--- a/munge/Makefile
+++ b/munge/Makefile
@@ -55,6 +55,7 @@ post-install:
 .endif
 
 .if ${OPSYS} == Darwin
+INSTALLATION_DIRS+=	share/munge/Launchd
 post-install:
 	# ${MKDIR} ${DESTDIR}${PREFIX}/share/munge/Launchd
 	${INSTALL_DATA} ${FILESDIR}/*.plist \


Home | Main Index | Thread Index | Old Index