summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2011-04-11 19:54:35 +0000
committerAde Lovett <ade@FreeBSD.org>2011-04-11 19:54:35 +0000
commitfe0d23d638e55fd3fbfe8e6f43b0f6d26c8b713f (patch)
tree6b96a59b96237deb8710fe2065d0c3393e7088bc /mail
parentThe install process checks the validity of sudoers before installing (diff)
Update to GNU make 3.82 after numerous -exp runs.
Notes
Notes: svn path=/head/; revision=272537
Diffstat (limited to 'mail')
-rw-r--r--mail/ifile/files/patch-Makefile.in17
1 files changed, 10 insertions, 7 deletions
diff --git a/mail/ifile/files/patch-Makefile.in b/mail/ifile/files/patch-Makefile.in
index eaf6dcf7bcff..40f7e2428cfe 100644
--- a/mail/ifile/files/patch-Makefile.in
+++ b/mail/ifile/files/patch-Makefile.in
@@ -1,11 +1,14 @@
---- Makefile.in.orig Tue Jun 10 23:09:27 2003
-+++ Makefile.in Mon Jul 7 06:50:51 2003
-@@ -46,7 +46,7 @@
- CFLAGS = @CFLAGS@
- CPPFLAGS = @CPPFLAGS@
+--- Makefile.in.orig 2006-05-22 11:49:21.000000000 -0500
++++ Makefile.in 2011-03-25 14:18:34.000000000 -0500
+@@ -48,3 +48,3 @@
INCLUDEFLAGS =
-LDFLAGS =
+LDFLAGS = @LDFLAGS@
- prefix = @prefix@
- exec_prefix = @exec_prefix@
+@@ -56,4 +56,4 @@
+ # Installation locations
+-if [ ! $bindir ] ; then bindir = $(exec_prefix)/bin; fi
+-if [ ! $mandir ] ; then mandir = $(prefix)/man; fi
++# if [ ! $bindir ] ; then bindir = $(exec_prefix)/bin; fi
++# if [ ! $mandir ] ; then mandir = $(prefix)/man; fi
+