freebsd-ports/security/sudosh/files/patch-src::Makefile.in
2005-10-26 17:14:38 +00:00

11 lines
528 B
Text

--- src/Makefile.in.orig Sun Jun 12 19:33:29 2005
+++ src/Makefile.in Wed Oct 26 06:59:17 2005
@@ -427,7 +427,8 @@
install-sudosh.conf:
test -z "$(sysconfdir)" || $(mkdir_p) "$(DESTDIR)$(sysconfdir)"
test -f $(sysconfdir)/sudosh.conf || $(INSTALL) -o 0 -g 0 -m 0444 '$(srcdir)/sudosh.conf' '$(sysconfdir)/sudosh.conf'
+ $(INSTALL) -o 0 -g 0 -m 0444 '$(srcdir)/sudosh.conf' '$(sysconfdir)/sudosh.conf.sample'
install: install-am install-sudosh.conf
# Tell versions [3.59,3.63) of GNU make to not export all variables.