diff options
Diffstat (limited to 'mail/heirloom-mailx/files/patch-ab')
-rw-r--r-- | mail/heirloom-mailx/files/patch-ab | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/mail/heirloom-mailx/files/patch-ab b/mail/heirloom-mailx/files/patch-ab deleted file mode 100644 index 6e17c4aa8a97..000000000000 --- a/mail/heirloom-mailx/files/patch-ab +++ /dev/null @@ -1,14 +0,0 @@ ---- Makefile.in.orig Sat Jun 9 18:40:06 2001 -+++ Makefile.in Sat Jun 9 18:40:51 2001 -@@ -392,9 +392,8 @@ - - - install-data-local: -- -test -f $(DESTDIR)/etc/nail.rc || \ -- { $(mkinstalldirs) $(DESTDIR)/etc; \ -- $(INSTALL_DATA) $(srcdir)/nail.rc $(DESTDIR)/etc/nail.rc; } -+ -test -f $(sysconfdir)/nail.rc || \ -+ $(INSTALL_DATA) $(srcdir)/nail.rc $(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. |