aboutsummaryrefslogtreecommitdiff
path: root/security/sudosh3
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2010-01-15 05:06:53 +0000
committerCy Schubert <cy@FreeBSD.org>2010-01-15 05:06:53 +0000
commit54860077aa409c3ae94de7ac694767aec71fd585 (patch)
tree69ee560148aa563f86c71edf82dfeec4c168f2e0 /security/sudosh3
parent56927db10704bf09b12856238b06bf0645845504 (diff)
downloadports-54860077aa409c3ae94de7ac694767aec71fd585.tar.gz
ports-54860077aa409c3ae94de7ac694767aec71fd585.zip
Fix pkg-plist issue.
Pointy hat to: Me
Notes
Notes: svn path=/head/; revision=247914
Diffstat (limited to 'security/sudosh3')
-rw-r--r--security/sudosh3/files/patch-src-Makefile.am10
-rw-r--r--security/sudosh3/files/patch-src::Makefile.in22
2 files changed, 10 insertions, 22 deletions
diff --git a/security/sudosh3/files/patch-src-Makefile.am b/security/sudosh3/files/patch-src-Makefile.am
deleted file mode 100644
index c7a716c5c6bd..000000000000
--- a/security/sudosh3/files/patch-src-Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/Makefile.am.orig 2008-01-30 14:55:46.000000000 -0800
-+++ src/Makefile.am 2009-12-14 22:24:48.000000000 -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'
-+ test -f $(sysconfdir)/sudosh.conf.sample || $(INSTALL) -o 0 -g 0 -m 0444 '$(srcdir)/sudosh.conf' '$(sysconfdir)/sudosh.conf.sample'
-
- install: install-am install-sudosh.conf
diff --git a/security/sudosh3/files/patch-src::Makefile.in b/security/sudosh3/files/patch-src::Makefile.in
index ef9cefd3e194..605a98af0a3e 100644
--- a/security/sudosh3/files/patch-src::Makefile.in
+++ b/security/sudosh3/files/patch-src::Makefile.in
@@ -1,16 +1,5 @@
--- src/Makefile.in.orig 2008-02-22 13:11:02.000000000 -0800
-+++ src/Makefile.in 2009-12-14 21:26:23.000000000 -0800
-@@ -1,8 +1,8 @@
--# Makefile.in generated by automake 1.10 from Makefile.am.
-+# Makefile.in generated by automake 1.10.1 from Makefile.am.
- # @configure_input@
-
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
-+# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
- # This Makefile.in is free software; the Free Software Foundation
- # gives unlimited permission to copy and/or distribute it,
- # with or without modifications, as long as this notice is preserved.
++++ src/Makefile.in 2010-01-14 20:56:27.381892777 -0800
@@ -55,7 +55,7 @@
string.$(OBJEXT) parse.$(OBJEXT) util.$(OBJEXT)
sudosh_replay_OBJECTS = $(am_sudosh_replay_OBJECTS)
@@ -66,3 +55,12 @@
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
$$tags $$unique
+@@ -442,7 +442,7 @@
+
+ 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.