diff options
Diffstat (limited to 'mail/heirloom-mailx/files/patch-ab')
-rw-r--r-- | mail/heirloom-mailx/files/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/heirloom-mailx/files/patch-ab b/mail/heirloom-mailx/files/patch-ab new file mode 100644 index 000000000000..74512a6c1871 --- /dev/null +++ b/mail/heirloom-mailx/files/patch-ab @@ -0,0 +1,13 @@ +--- Makefile.in.orig Mon Feb 26 16:15:11 2001 ++++ Makefile.in Mon Feb 26 16:20:32 2001 +@@ -392,8 +392,8 @@ + + + install-data-local: +- -test -f $(DESTDIR)/etc/nail.rc || \ +- $(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. |