diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2002-09-12 10:09:02 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2002-09-12 10:09:02 +0000 |
commit | 71de2357c8078808b1c579b08204feee10728259 (patch) | |
tree | bf28ece9f501d707a007b0b3b4a7ffa6f192e483 /mail/exim-devel/files/patch-OS::Makefile-FreeBSD | |
parent | Fix plist, bump revision. (diff) |
I agree with the Exim community that the exim-4.xx has reached production
quality.
Move exim to exim-old for folks who need exim-3.xx, because the
configuration file for exim-4.xx is not backward compatible. Move
exim-devel to exim, removing NO_LATEST_LINK:
repo-copy exim -> exim-old
copy over exim-devel -> exim
retire exim-devel
Slave ports are intended for use with the exim port, as before, so they
now build and install for exim-4.xx.
Diffstat (limited to 'mail/exim-devel/files/patch-OS::Makefile-FreeBSD')
-rw-r--r-- | mail/exim-devel/files/patch-OS::Makefile-FreeBSD | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/mail/exim-devel/files/patch-OS::Makefile-FreeBSD b/mail/exim-devel/files/patch-OS::Makefile-FreeBSD deleted file mode 100644 index 58f6355e13d8..000000000000 --- a/mail/exim-devel/files/patch-OS::Makefile-FreeBSD +++ /dev/null @@ -1,10 +0,0 @@ ---- OS/Makefile-FreeBSD.orig Mon Jun 11 12:04:05 2001 -+++ OS/Makefile-FreeBSD Mon Jun 11 12:04:33 2001 -@@ -5,6 +5,7 @@ - PORTOBJFORMAT!= test -x /usr/bin/objformat && /usr/bin/objformat || echo aout - - CHOWN_COMMAND=/usr/sbin/chown -+STRIP_COMMAND=/usr/bin/strip - - HAVE_SA_LEN=YES - |