diff options
author | eik <eik@FreeBSD.org> | 2004-07-17 22:21:13 +0800 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-07-17 22:21:13 +0800 |
commit | 3d8dbfed67051d918ee13284eba68917b75b4ee8 (patch) | |
tree | cf44c3b785f2ecbc6f82ba3a4f70ffe175e3c4fd /mail/exim/pkg-plist | |
parent | 021c3c1e5b4a8e6ec606692cf59a74299f5dd1e8 (diff) | |
download | freebsd-ports-gnome-3d8dbfed67051d918ee13284eba68917b75b4ee8.tar.gz freebsd-ports-gnome-3d8dbfed67051d918ee13284eba68917b75b4ee8.tar.zst freebsd-ports-gnome-3d8dbfed67051d918ee13284eba68917b75b4ee8.zip |
- Update to version 4.40
- Support for WITH_SPF and WITH_SRS via libspf2/libsrs2, needs exiscan
- Note for 5.x users: the default location of the start/stop file has changed.
Build WITH_RCORDER=yes when you depend on the old behaviour
- WITH_OPENLDAP_VER and WITH_MYSQL_VER does no longer imply the corresponding WITH_ variable.
- experimental support for optionsng from devel/portmk
Diffstat (limited to 'mail/exim/pkg-plist')
-rw-r--r-- | mail/exim/pkg-plist | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/exim/pkg-plist b/mail/exim/pkg-plist index f4cf537b3eca..a8542ba4ff3d 100644 --- a/mail/exim/pkg-plist +++ b/mail/exim/pkg-plist @@ -40,6 +40,7 @@ sbin/exiwhat %%PORTDOCS%%@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true %%PORTDOCS%%%%EXAMPLESDIR%%/convert4r3 %%PORTDOCS%%%%EXAMPLESDIR%%/convert4r4 +%%PORTDOCS%%%%EXAMPLESDIR%%/pcretest %%PORTDOCS%%%%EXAMPLESDIR%%/transport-filter.pl %%PORTDOCS%%@dirrm %%EXAMPLESDIR%% etc/periodic/daily/150.exim-tidydb @@ -50,6 +51,6 @@ etc/periodic/daily/460.exim-mail-rejects etc/exim/configure.default @exec [ -f %B/configure ] || cp %B/%f %B/configure @unexec rmdir %B 2>/dev/null || true -@cwd %%RC_DIR%% -exim%%RC_SUFX%% +%%RCORDER%%@cwd / +etc/rc.d/exim%%RC_SUFX%% @unexec rmdir %%LOGDIR%% 2>/dev/null || true |