diff options
author | ad <ad> | 1999-09-18 20:28:25 +0000 |
---|---|---|
committer | ad <ad> | 1999-09-18 20:28:25 +0000 |
commit | f66303959b27b528e760ec55c4754ad9f2b05e10 (patch) | |
tree | 1da883dbf468911471f98936551f51398a2fd457 | |
parent | b0544e38f3591a58213edd265024e587f8823f8f (diff) | |
download | pkgsrc-f66303959b27b528e760ec55c4754ad9f2b05e10.tar.gz |
- Update for exim_newaliases and mailer.conf.exim
- Some small cleanup
-rw-r--r-- | mail/exim/Makefile | 11 | ||||
-rw-r--r-- | mail/exim/files/exim.sh | 2 | ||||
-rw-r--r-- | mail/exim/pkg/PLIST | 5 |
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 |