diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-05-01 15:01:48 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-05-01 15:01:48 +0000 |
commit | 4a6e56ca61ff38dbbd5b3555fb602e6ad77c993d (patch) | |
tree | 07e22c856ab961ac766929f81565fdd9f15ae830 | |
parent | 59fe36334dbf4c152b434db1c2bc0d4ef496ad9d (diff) | |
download | pkgsrc-4a6e56ca61ff38dbbd5b3555fb602e6ad77c993d.tar.gz |
Move the example mailer.conf file to the examples directory.
Bump PKGREVISION to 4.
-rw-r--r-- | mail/sendmail811/MESSAGE | 8 | ||||
-rw-r--r-- | mail/sendmail811/Makefile | 7 | ||||
-rw-r--r-- | mail/sendmail811/PLIST | 5 |
3 files changed, 11 insertions, 9 deletions
diff --git a/mail/sendmail811/MESSAGE b/mail/sendmail811/MESSAGE index 734b16a82fa..33c94cd1613 100644 --- a/mail/sendmail811/MESSAGE +++ b/mail/sendmail811/MESSAGE @@ -1,9 +1,9 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2002/09/23 12:38:44 markd Exp $ +$NetBSD: MESSAGE,v 1.2 2003/05/01 15:01:48 jmmv Exp $ To use "${PKGNAME}" as the system's mail transport agent you have -to install "${PREFIX}/etc/mailer.conf.sendmail" as global mailwrapper -configuration file. The command below will do that for you: +to install "${PREFIX}/share/examples/sendmail/mailer.conf" as global +mailwrapper configuration file. The command below will do that for you: -ln -fs ${PREFIX}/etc/mailer.conf.sendmail /etc/mailer.conf +ln -fs ${PREFIX}/share/examples/sendmail/mailer.conf /etc/mailer.conf =========================================================================== diff --git a/mail/sendmail811/Makefile b/mail/sendmail811/Makefile index 0667f047bfa..3d691f10f14 100644 --- a/mail/sendmail811/Makefile +++ b/mail/sendmail811/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2003/03/29 12:41:38 jmmv Exp $ +# $NetBSD: Makefile,v 1.7 2003/05/01 15:01:49 jmmv Exp $ DISTNAME= sendmail.8.11.6 PKGNAME= sendmail-8.11.6 -PKGREVISION= 3 +PKGREVISION= 4 WRKSRC= ${WRKDIR}/${PKGNAME:C/nb[0-9]+$//} CATEGORIES= mail MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ \ @@ -128,7 +128,8 @@ pre-install: ${INSTALL_DATA_DIR} ${PREFIX}/libexec/sendmail post-install: - ${INSTALL_DATA} ${WRKDIR}/mailer.conf.sendmail ${PREFIX}/etc + ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/sendmail + ${INSTALL_DATA} ${WRKDIR}/mailer.conf.sendmail ${PREFIX}/share/examples/sendmail/mailer.conf ${CP} -pr ${WRKSRC}/cf ${PREFIX}/share/sendmail ${CHOWN} -R ${BINOWN}:${BINGRP} ${PREFIX}/share/sendmail .if ${USE_DB2} == "YES" diff --git a/mail/sendmail811/PLIST b/mail/sendmail811/PLIST index 97a518b7d69..fada2985735 100644 --- a/mail/sendmail811/PLIST +++ b/mail/sendmail811/PLIST @@ -1,10 +1,9 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/09/23 12:38:45 markd Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/05/01 15:01:49 jmmv Exp $ bin/newaliases bin/mailq bin/hoststat bin/purgestat bin/vacation -etc/mailer.conf.sendmail libexec/sendmail/sendmail libexec/sendmail/smrsh man/cat1/mailq.0 @@ -19,6 +18,7 @@ man/cat8/sendmail.0 sbin/mailstats sbin/makemap sbin/praliases +share/examples/sendmail/mailer.conf share/misc/helpfile share/sendmail/README share/sendmail/cf/Build @@ -189,3 +189,4 @@ share/sendmail/siteconfig/uucp.ucbvax.m4 @dirrm share/sendmail/domain @unexec ${RM} -rf %D/share/sendmail/cf @dirrm share/sendmail +@dirrm share/examples/sendmail |