ports/net/nss-pam-ldapd/files/patch-Makefile.in
Ryan Steinmetz 7b4ba79abf
net/pam-nss-ldapd: Update to 0.9.13
PR:		286039
Reported by:	Marek Zarychta <zarychtam@plan-b.pwste.edu.pl>
2025-04-23 10:44:53 -04:00

11 lines
482 B
Text

--- Makefile.in.orig 2025-04-11 13:22:51 UTC
+++ Makefile.in
@@ -883,7 +883,7 @@ install-nslcd_conf:
echo "$(DESTDIR)$(NSLCD_CONF_PATH) already exists, install will not overwrite"; \
else \
$(mkinstalldirs) `dirname $(DESTDIR)$(NSLCD_CONF_PATH)`; \
- $(INSTALL) -m 600 $(srcdir)/nslcd.conf $(DESTDIR)$(NSLCD_CONF_PATH); \
+ $(INSTALL) -m 600 $(srcdir)/nslcd.conf $(DESTDIR)$(NSLCD_CONF_PATH).sample; \
fi
uninstall-nslcd_conf:
-rm -f $(DESTDIR)$(NSLCD_CONF_PATH)