diff options
Diffstat (limited to 'mail/nail/files/patch-ab')
-rw-r--r-- | mail/nail/files/patch-ab | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/mail/nail/files/patch-ab b/mail/nail/files/patch-ab deleted file mode 100644 index 994af4e7a733..000000000000 --- a/mail/nail/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. |