freebsd-ports/security/barnyard2/files/patch-etc-Makefile.in
Sahil Tandon f5bc06e411 - Update to 1.8
- Do not overwrite pre-existing conf file
- Replace '/etc' with '${LOCALBASE}/etc' in sample conf

PR:		ports/148240
Submitted by:	Paul Schmehl <pauls@utdallas.edu> (maintainer)
Approved by:	wxs@ (mentor)
Feature safe:	yes
2010-07-05 20:20:35 +00:00

11 lines
443 B
Text

--- etc/Makefile.in.orig 2010-07-04 13:17:33.000000000 -0400
+++ etc/Makefile.in 2010-07-04 13:18:42.000000000 -0400
@@ -249,7 +249,7 @@
done | $(am__base_list) | \
while read files; do \
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sysconfdir)'"; \
- $(INSTALL_DATA) $$files "$(DESTDIR)$(sysconfdir)" || exit $$?; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(sysconfdir)/$$files-sample" || exit $$?; \
done
uninstall-sysconfDATA: