diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2003-06-30 19:46:43 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2003-06-30 19:46:43 +0800 |
commit | 0bc8a5e395734bbaf98f7b95d04bd74831b4b1f7 (patch) | |
tree | 972d532b31422a9e06f72243d7b6dc195df0e517 /mail/exim/Makefile | |
parent | b49053352d220206192a9eb5294aceb3f703bad1 (diff) | |
download | freebsd-ports-gnome-0bc8a5e395734bbaf98f7b95d04bd74831b4b1f7.tar.gz freebsd-ports-gnome-0bc8a5e395734bbaf98f7b95d04bd74831b4b1f7.tar.zst freebsd-ports-gnome-0bc8a5e395734bbaf98f7b95d04bd74831b4b1f7.zip |
Recognize named lists in hosts_treat_as_local.
Reported by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Obtained from: author
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r-- | mail/exim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 6dc5355cec4b..0c1dffc8e7cc 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -7,7 +7,7 @@ PORTNAME= exim PORTVERSION= ${EXIM_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/%SUBDIR%/ \ ftp://gd.tuwien.ac.at/infosys/mail/exim/%SUBDIR%/ \ |