summaryrefslogtreecommitdiff
path: root/mail/heirloom-mailx/files/patch-ab
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-09-16 01:02:46 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-09-16 01:02:46 +0000
commitdb3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b (patch)
tree29d590ca0bc9e66d81bc3218a0684c2daf9d4a68 /mail/heirloom-mailx/files/patch-ab
parentFix compilation problems. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'.release/4.4.0
Notes
Notes: svn path=/head/; revision=47856 svn path=/tags/RELEASE_4_4_0/; revision=47857; tag=release/4.4.0
Diffstat (limited to 'mail/heirloom-mailx/files/patch-ab')
-rw-r--r--mail/heirloom-mailx/files/patch-ab14
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.