freebsd-ports/security/sudosh3/files/patch-src::Makefile.in

12 lines
528 B
Text
Raw Normal View History

--- src/Makefile.in.orig Sun Jun 12 19:33:29 2005
2005-10-26 19:14:38 +02:00
+++ 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.