summaryrefslogtreecommitdiff
path: root/mail/exim
diff options
context:
space:
mode:
authorad <ad@pkgsrc.org>1999-09-18 20:28:25 +0000
committerad <ad@pkgsrc.org>1999-09-18 20:28:25 +0000
commit4d519883cba01731bd5194e6d4d53bd38f53af6b (patch)
tree1da883dbf468911471f98936551f51398a2fd457 /mail/exim
parentb0a8186f1d057fb64d1ad74fbfa33647b758d441 (diff)
downloadpkgsrc-4d519883cba01731bd5194e6d4d53bd38f53af6b.tar.gz
- Update for exim_newaliases and mailer.conf.exim
- Some small cleanup
Diffstat (limited to 'mail/exim')
-rw-r--r--mail/exim/Makefile11
-rw-r--r--mail/exim/files/exim.sh2
-rw-r--r--mail/exim/pkg/PLIST5
3 files changed, 12 insertions, 6 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index e00446454d4..cc8d0268aa6 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 1999/09/07 13:22:50 ad Exp $
+# $NetBSD: Makefile,v 1.2 1999/09/18 20:28:25 ad Exp $
DISTNAME= exim-3.03
-CATEGORIES= mail
+CATEGORIES= mail net
MASTER_SITES= ftp://ftp.exim.org/pub/exim/ \
ftp://ftp.cus.cam.ac.uk/pub/software/programs/exim/ \
ftp://ftp.esat.net/pub/networking/mail/mta/exim/
@@ -32,10 +32,15 @@ pre-install:
strip ${WRKSRC}/build*/exim_lock
post-install:
- (cd ${PREFIX}/sbin; ${RM} -f mailq; ${LN} -s exim mailq)
${MKDIR} ${PREFIX}/etc/rc.d
${SED} -e 's:@PREFIX@:${PREFIX}:' \
< ${FILESDIR}/exim.sh \
> ${PREFIX}/etc/rc.d/exim.sh
+ ${SED} -e 's:@PREFIX@:${PREFIX}:' \
+ < ${FILESDIR}/exim_newaliases \
+ > ${PREFIX}/sbin/exim_newaliases
+ ${SED} -e 's:@PREFIX@:${PREFIX}:' \
+ < ${FILESDIR}/mailer.conf.exim \
+ > ${PREFIX}/etc/mailer.conf.exim
.include "../../mk/bsd.pkg.mk"
diff --git a/mail/exim/files/exim.sh b/mail/exim/files/exim.sh
index 1ee2b4abfa1..c30a25474dd 100644
--- a/mail/exim/files/exim.sh
+++ b/mail/exim/files/exim.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: exim.sh,v 1.1 1999/09/07 13:21:02 ad Exp $
+# $NetBSD: exim.sh,v 1.2 1999/09/18 20:28:26 ad Exp $
#
if [ -x @PREFIX@/sbin/exim ] ; then
echo -n ' exim'
diff --git a/mail/exim/pkg/PLIST b/mail/exim/pkg/PLIST
index 3ca3cd81a0a..71e7688311e 100644
--- a/mail/exim/pkg/PLIST
+++ b/mail/exim/pkg/PLIST
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1 1999/09/07 13:21:03 ad Exp $
+@comment $NetBSD: PLIST,v 1.2 1999/09/18 20:28:27 ad Exp $
etc/exim/configure
etc/rc.d/exim.sh
+etc/mailer.conf.exim
sbin/exicyclog
sbin/exigrep
sbin/exim
@@ -8,10 +9,10 @@ sbin/exim_dbmbuild
sbin/exim_dumpdb
sbin/exim_fixdb
sbin/exim_lock
+sbin/exim_newaliases
sbin/exim_tidydb
sbin/eximstats
sbin/exinext
sbin/exiqsumm
sbin/exiwhat
-sbin/mailq
@unexec rmdir %D/etc/exim /var/log/exim 2>/dev/null || true