summaryrefslogtreecommitdiff
path: root/mail/heirloom-mailx/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'mail/heirloom-mailx/files/patch-ab')
-rw-r--r--mail/heirloom-mailx/files/patch-ab18
1 files changed, 0 insertions, 18 deletions
diff --git a/mail/heirloom-mailx/files/patch-ab b/mail/heirloom-mailx/files/patch-ab
deleted file mode 100644
index 994af4e7a733..000000000000
--- a/mail/heirloom-mailx/files/patch-ab
+++ /dev/null
@@ -1,18 +0,0 @@
-
-$FreeBSD$
-
---- Makefile.in.orig Wed Sep 19 06:25:36 2001
-+++ Makefile.in Tue Jan 29 22:17:15 2002
-@@ -392,9 +392,9 @@
-
-
- install-data-local:
-- -test -f $(DESTDIR)/etc/nail.rc || \
-- { $(mkinstalldirs) $(DESTDIR)/etc; \
-- $(INSTALL_DATA) $(srcdir)/nail.rc $(DESTDIR)/etc/nail.rc; }
-+ -test -f $(DESTDIR)$(sysconfdir)/nail.rc || \
-+ { $(mkinstalldirs) $(DESTDIR)$(sysconfdir); \
-+ $(INSTALL_DATA) $(srcdir)/nail.rc $(DESTDIR)$(sysconfdir)/nail.rc; }
-
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.