summaryrefslogtreecommitdiff
path: root/mail/perdition/files/patch-perdition-db-posix_regex-Makefile.in
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-07-03 05:54:50 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-07-03 05:54:50 +0000
commit805e567768a5b17638baea19239da4510dc0cf88 (patch)
tree66eaf068a43a2932fb0985a909187454f01cf97a /mail/perdition/files/patch-perdition-db-posix_regex-Makefile.in
parentUpdate to 20030619. (diff)
1. update to 1.11
2. Add many knobs. 3. pass maintainer ship to Clement Laforet <sheepkiller@cultdeadsheep.org> PR: 53358 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Notification by: daichi
Diffstat (limited to '')
-rw-r--r--mail/perdition/files/patch-perdition-db-posix_regex-Makefile.in18
1 files changed, 18 insertions, 0 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
new file mode 100644
index 000000000000..7c8921ddbe1b
--- /dev/null
+++ b/mail/perdition/files/patch-perdition-db-posix_regex-Makefile.in
@@ -0,0 +1,18 @@
+--- perdition/db/posix_regex/Makefile.in.orig Sun Jun 15 21:54:10 2003
++++ perdition/db/posix_regex/Makefile.in Sun Jun 15 21:55:04 2003
+@@ -270,11 +270,11 @@
+ $(mkinstalldirs) $(DESTDIR)$(confdir)
+ @list='$(conf_DATA)'; for p in $$list; do \
+ if test -f $(srcdir)/$$p; then \
+- echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(confdir)/$$p"; \
+- $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(confdir)/$$p; \
++ echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(confdir)/$$p-dist"; \
++ $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(confdir)/$$p-dist; \
+ else if test -f $$p; then \
+- echo " $(INSTALL_DATA) $$p $(DESTDIR)$(confdir)/$$p"; \
+- $(INSTALL_DATA) $$p $(DESTDIR)$(confdir)/$$p; \
++ echo " $(INSTALL_DATA) $$p $(DESTDIR)$(confdir)/$$p-dist"; \
++ $(INSTALL_DATA) $$p $(DESTDIR)$(confdir)/$$p-dist; \
+ fi; fi; \
+ done
+