mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 10:03:10 -04:00
Changelog: https://downloads.isc.org/isc/kea/1.6.1/Kea161ReleaseNotes.txt PR: 242127 Submitted by: Andrey Pevnev <apevnev@me.com> (maintainer) Sponsored by: Netzkommune GmbH
11 lines
408 B
Text
11 lines
408 B
Text
--- src/bin/keactrl/Makefile.am.orig 2019-10-25 12:41:08 UTC
|
|
+++ src/bin/keactrl/Makefile.am
|
|
@@ -62,7 +62,7 @@ install-data-local:
|
|
$(DESTDIR)$(sysconfdir)/@PACKAGE@/$$f.bak; \
|
|
fi; \
|
|
if test ! -f $(DESTDIR)$(sysconfdir)/@PACKAGE@/$$f; then \
|
|
- ${INSTALL_DATA} $$f $(DESTDIR)$(sysconfdir)/@PACKAGE@/; \
|
|
+ ${INSTALL_DATA} $$f $(DESTDIR)$(sysconfdir)/@PACKAGE@/$${f}.sample; \
|
|
fi; \
|
|
done
|
|
|