summaryrefslogtreecommitdiff
path: root/mail/mailagent/files/patch-agent-examples-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mailagent/files/patch-agent-examples-Makefile')
-rw-r--r--mail/mailagent/files/patch-agent-examples-Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/mail/mailagent/files/patch-agent-examples-Makefile b/mail/mailagent/files/patch-agent-examples-Makefile
deleted file mode 100644
index 2ca97d6eb39e..000000000000
--- a/mail/mailagent/files/patch-agent-examples-Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
---- agent/examples/Makefile.orig 2014-06-20 11:31:53.597110451 -0300
-+++ agent/examples/Makefile 2014-06-20 11:32:15.393108703 -0300
-@@ -54,7 +54,7 @@
- install::
- @for dir in $(PRIVLIB)/examples; do \
- case '${MFLAGS}' in *[i]*) set +e;; esac; \
-- (set -x; test -d $$dir || $(INSTALLDIR) $$dir); \
-+ (set -x; test -d $$dir || $(INSTALLDIR) $(INSTALL_PREFIX)$$dir); \
- done
-
- deinstall::
-@@ -63,7 +63,7 @@
- install:: $(FILES)
- @case '${MFLAGS}' in *[i]*) set +e;; esac; \
- for i in $(FILES); do \
-- (set -x; $(INSTALL) -c -m 444 $$i $(PRIVLIB)/examples); \
-+ (set -x; $(INSTALL) -c -m 444 $$i $(INSTALL_PREFIX)$(PRIVLIB)/examples); \
- done
-
- deinstall::