diff options
author | ad <ad> | 1999-10-06 23:02:35 +0000 |
---|---|---|
committer | ad <ad> | 1999-10-06 23:02:35 +0000 |
commit | 62c97d048363f6f2a4fcb408cc71b5ec48206fbe (patch) | |
tree | 33c55a2342fb65f28d9da110fa1dfc62df23f387 /mail | |
parent | a10974a75571e7bcaed41c7d15a5d2a5dc2e5d33 (diff) | |
download | pkgsrc-62c97d048363f6f2a4fcb408cc71b5ec48206fbe.tar.gz |
It makes more sense to install mailer.conf.exim in etc/exim/ as opposed
to etc/.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exim/Makefile | 4 | ||||
-rw-r--r-- | mail/exim/pkg/PLIST | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 7ebdc0f8418..bb4cab74d1a 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/09/22 08:52:05 ad Exp $ +# $NetBSD: Makefile,v 1.6 1999/10/06 23:02:35 ad Exp $ DISTNAME= exim-3.03 DISTFILES= exim-3.03.tar.gz exim-html-3.00.tar.gz @@ -43,7 +43,7 @@ post-install: chmod ugo+x ${PREFIX}/sbin/exim_newaliases ${SED} -e 's:@PREFIX@:${PREFIX}:' \ < ${FILESDIR}/mailer.conf.exim \ - > ${PREFIX}/etc/mailer.conf.exim + > ${PREFIX}/etc/exim/mailer.conf.exim ${MKDIR} ${PREFIX}/man/man8 ${CP} ${FILESDIR}/exim.8 ${PREFIX}/man/man8/exim.8 ${MKDIR} ${PREFIX}/share/doc/exim diff --git a/mail/exim/pkg/PLIST b/mail/exim/pkg/PLIST index b7350d97839..eeda5b6cb47 100644 --- a/mail/exim/pkg/PLIST +++ b/mail/exim/pkg/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.4 1999/09/22 08:52:05 ad Exp $ +@comment $NetBSD: PLIST,v 1.5 1999/10/06 23:02:36 ad Exp $ etc/exim/configure +etc/exim/mailer.conf.exim etc/rc.d/exim.sh -etc/mailer.conf.exim share/doc/exim/filter.html share/doc/exim/filter_1.html share/doc/exim/filter_10.html |