diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2003-01-21 18:23:37 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2003-01-21 18:23:37 +0800 |
commit | 2d447e2c349459cec06ec92327957b600fe378b7 (patch) | |
tree | 8c1b1b4f2adf26a4a4e6d32635fd0d304e319b9f /mail/exim/Makefile | |
parent | 97699d71513b860a74c75a7bd82e9ec16d63d039 (diff) | |
download | freebsd-ports-gnome-2d447e2c349459cec06ec92327957b600fe378b7.tar.gz freebsd-ports-gnome-2d447e2c349459cec06ec92327957b600fe378b7.tar.zst freebsd-ports-gnome-2d447e2c349459cec06ec92327957b600fe378b7.zip |
Do not create missing DB hints files for read-only operations on them;
simply fail the lookup.
This prevents Exim from creating hints files that it can't use when
its DBM method is DB 1.85 (the default).
Obtained from: author
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r-- | mail/exim/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index dfafb3267260..256152fc46d6 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -7,6 +7,7 @@ PORTNAME= exim PORTVERSION= ${EXIM_VERSION} +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \ http://www.exim.org/ftp/exim4/ \ |