summaryrefslogtreecommitdiff
path: root/mail/perdition/files/patch-perdition-db-posix_regex-Makefile.in
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2014-08-24 13:53:43 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2014-08-24 13:53:43 +0000
commite17f4c7833be2b43b38ef698bad48d206f52a746 (patch)
tree9e6c17ead7a6957ff10a8236309ff8f1c058f1bd /mail/perdition/files/patch-perdition-db-posix_regex-Makefile.in
parentwww/rubygem-turbolinks: update to 2.3.0 (diff)
mail/perdition: update to 2.1
PR: 192770 Submitted by: Brian Mastenbrook
Diffstat (limited to 'mail/perdition/files/patch-perdition-db-posix_regex-Makefile.in')
-rw-r--r--mail/perdition/files/patch-perdition-db-posix_regex-Makefile.in20
1 files changed, 10 insertions, 10 deletions
diff --git a/mail/perdition/files/patch-perdition-db-posix_regex-Makefile.in b/mail/perdition/files/patch-perdition-db-posix_regex-Makefile.in
index 69d14f5c8bc2..3734fcd16e4c 100644
--- a/mail/perdition/files/patch-perdition-db-posix_regex-Makefile.in
+++ b/mail/perdition/files/patch-perdition-db-posix_regex-Makefile.in
@@ -1,15 +1,15 @@
---- perdition/db/posix_regex/Makefile.in.orig 2012-03-20 05:08:06.000000000 -0700
-+++ perdition/db/posix_regex/Makefile.in 2012-12-12 16:47:41.000000000 -0800
-@@ -414,14 +414,17 @@
+--- perdition/db/posix_regex/Makefile.in.orig 2014-08-17 17:07:29.014154305 -0500
++++ perdition/db/posix_regex/Makefile.in 2014-08-17 17:08:18.344506605 -0500
+@@ -503,14 +503,17 @@
echo "$$d$$p"; \
done | $(am__base_list) | \
while read files; do \
- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(confdir)'"; \
- $(INSTALL_DATA) $$files "$(DESTDIR)$(confdir)" || exit $$?; \
-+ for p in $$files; do \
-+ $(am__strip_dir) \
-+ echo " $(INSTALL_DATA) $$p '$(DESTDIR)$(confdir)/$$f-dist'"; \
-+ $(INSTALL_DATA) $$p "$(DESTDIR)$(confdir)/$$f-dist" || exit $$?; \
++ for p in $$files; do \
++ $(am__strip_dir) \
++ echo " $(INSTALL_DATA) $$p '$(DESTDIR)$(confdir)/$$f-dist'"; \
++ $(INSTALL_DATA) $$p "$(DESTDIR)$(confdir)/$$f-dist" || exit $$?; \
+ done ; \
done
@@ -18,6 +18,6 @@
@list='$(conf_DATA)'; test -n "$(confdir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ files=`for p in $$list; do echo $$p-dist; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(confdir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(confdir)" && rm -f $$files
+ dir='$(DESTDIR)$(confdir)'; $(am__uninstall_files_from_dir)
+
+ ID: $(am__tagged_files)