diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2002-04-04 00:15:30 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2002-04-04 00:15:30 +0800 |
commit | 8a3c42d02799f8cc34dbc65ee8b012f74eff51f3 (patch) | |
tree | 0b60601573f5cdb91c9ddcc3c2624e0c9088693e /mail/exim | |
parent | 10e7bdec6f5ac6eafceb93280b9dd5c355e8dbc6 (diff) | |
download | freebsd-ports-gnome-8a3c42d02799f8cc34dbc65ee8b012f74eff51f3.tar.gz freebsd-ports-gnome-8a3c42d02799f8cc34dbc65ee8b012f74eff51f3.tar.zst freebsd-ports-gnome-8a3c42d02799f8cc34dbc65ee8b012f74eff51f3.zip |
Fix pkg-list following the move from exim.sh.sample to exim.sh.
Bump PORTREVISION to reflect the whole rc.d startup change and
the "NULLs in message body as exposed to filters" patch.
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile | 3 | ||||
-rw-r--r-- | mail/exim/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index c64d70d9cc0f..3c4a3b6e138a 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -7,6 +7,7 @@ PORTNAME= exim PORTVERSION= 3.35 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim3/ \ http://www.exim.org/ftp/exim3/ \ @@ -204,7 +205,7 @@ pre-install: @PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL post-install: - ${INSTALL_SCRIPT} ${FILESDIR}/exim.sh.sample ${PREFIX}/etc/rc.d + ${INSTALL_SCRIPT} ${FILESDIR}/exim.sh ${PREFIX}/etc/rc.d .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/exim ${INSTALL_DATA} ${PI_NOTES_FILE} \ diff --git a/mail/exim/pkg-plist b/mail/exim/pkg-plist index 39e6876173a6..1252a52c780b 100644 --- a/mail/exim/pkg-plist +++ b/mail/exim/pkg-plist @@ -1,5 +1,5 @@ etc/exim/configure.default -etc/rc.d/exim.sh.sample +etc/rc.d/exim.sh info/exim_overview.info info/exim.info info/exim_filter.info |