diff options
author | sheldonh <sheldonh@FreeBSD.org> | 1999-06-17 16:53:12 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 1999-06-17 16:53:12 +0800 |
commit | 301a8d5695122d286cb5ff2a3e0de97e0e994735 (patch) | |
tree | d2e54bed0fe39e60e066d7e2f6ec27613a9428cc /mail/exim | |
parent | 0e5067d97318ba8ef7103683fba1cbd6b48b01e7 (diff) | |
download | freebsd-ports-gnome-301a8d5695122d286cb5ff2a3e0de97e0e994735.tar.gz freebsd-ports-gnome-301a8d5695122d286cb5ff2a3e0de97e0e994735.tar.zst freebsd-ports-gnome-301a8d5695122d286cb5ff2a3e0de97e0e994735.zip |
Bump "Version required".
Sync our customized files/Makefile with exim's src/EDITME, whence it
comes.
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile | 4 | ||||
-rw-r--r-- | mail/exim/files/Makefile | 6 |
2 files changed, 2 insertions, 8 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 87dc26d44432..a944b0fd2a9c 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: exim -# Version required: 2.12 +# Version required: 3.02 # Date created: 23 June 1996 # Whom: markm@FreeBSD.ORG # -# $Id: Makefile,v 1.31 1999/06/16 02:55:31 simokawa Exp $ +# $Id: Makefile,v 1.32 1999/06/17 08:46:27 sheldonh Exp $ # DISTNAME= exim-3.02 diff --git a/mail/exim/files/Makefile b/mail/exim/files/Makefile index 07e6066e2acf..8f112eafdb2c 100644 --- a/mail/exim/files/Makefile +++ b/mail/exim/files/Makefile @@ -311,12 +311,6 @@ LOOKUP_LSEARCH=yes # then whichever of the two options it does have is added to the file name, # whether obtained from PID_FILE_PATH or by default. -# If you set PID_FILE_PATH, then it is your responsibility to ensure that -# Exim is capable of writing to the relevant files. If you have defined -# EXIM_UID and EXIM_GID above, then that uid/gid combination must be able to -# create and write to the files. If the attempt to open the file fails, Exim -# just refrains from trying to write the data. - # The pid file path does not have to be set here; it can be also be set by an # option in the runtime configuration file, which takes precedence over any # setting here. |