aboutsummaryrefslogtreecommitdiff
path: root/security/sudosh3
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2010-01-15 05:37:37 +0000
committerCy Schubert <cy@FreeBSD.org>2010-01-15 05:37:37 +0000
commitea0f61f840f2ac20e083eaf85dc3ca5c5b1941f5 (patch)
tree39619ddc9b82480595c9edccab03db7d406c50f5 /security/sudosh3
parent54860077aa409c3ae94de7ac694767aec71fd585 (diff)
downloadports-ea0f61f840f2ac20e083eaf85dc3ca5c5b1941f5.tar.gz
ports-ea0f61f840f2ac20e083eaf85dc3ca5c5b1941f5.zip
The configure script automatically detects if autotools have been
pre-installed. If true it uses autotools to generate ${WRKDIR}/src/Makefile. This causes pkg-plist issues on systems with pre-installed autotools.
Notes
Notes: svn path=/head/; revision=247915
Diffstat (limited to 'security/sudosh3')
-rw-r--r--security/sudosh3/files/patch-src-Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/security/sudosh3/files/patch-src-Makefile.am b/security/sudosh3/files/patch-src-Makefile.am
new file mode 100644
index 000000000000..eb6e1e44e02a
--- /dev/null
+++ b/security/sudosh3/files/patch-src-Makefile.am
@@ -0,0 +1,10 @@
+--- src/Makefile.am.orig 2008-01-30 14:55:46.000000000 -0800
++++ src/Makefile.am 2010-01-14 21:25:28.195547024 -0800
+@@ -8,6 +8,6 @@
+
+ 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