mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 03:23:10 -04:00
While here, fix build with llvm 19 [1] PR: 282277, 282476 [1] Submitted by: dim [1] Sponsored by: Rubicon Communications, LLC ("Netgate")
11 lines
432 B
Text
11 lines
432 B
Text
--- services/vmtoolsd/Makefile.am.orig 2024-10-10 15:05:07 UTC
|
|
+++ services/vmtoolsd/Makefile.am
|
|
@@ -81,7 +81,7 @@ install-exec-hook:
|
|
@INSTVMSG@ vmtoolsd $(srcdir)/l10n $(DESTDIR)$(datadir)
|
|
|
|
install-exec-hook:
|
|
- $(INSTALL) -d $(DESTDIR)/etc/vmware-tools
|
|
+# $(INSTALL) -d $(DESTDIR)/etc/vmware-tools
|
|
$(INSTALL) -d $(DESTDIR)/$(PAM_PREFIX)/pam.d/
|
|
$(INSTALL) $(top_srcdir)/pam/generic $(DESTDIR)/$(PAM_PREFIX)/pam.d/vmtoolsd
|
|
|