From f00a3a98df5b1539f90dba13f22f37dd7613f555 Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 19 Jul 2004 05:28:07 +0000 Subject: The sample-*.cf files aren't installed, so refer the user to the SASL_README file for more info. --- mail/postfix/MESSAGE.sasl | 4 ++-- mail/postfix/Makefile | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'mail') diff --git a/mail/postfix/MESSAGE.sasl b/mail/postfix/MESSAGE.sasl index 2064e236a9f..e38d0487eff 100644 --- a/mail/postfix/MESSAGE.sasl +++ b/mail/postfix/MESSAGE.sasl @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE.sasl,v 1.5 2004/07/19 02:48:42 jlam Exp $ +$NetBSD: MESSAGE.sasl,v 1.6 2004/07/19 05:28:07 jlam Exp $ To enable SASL authentication, you may want to edit @@ -12,7 +12,7 @@ security/cyrus-saslauthd, you should change the contents of smtpd.conf to: Please consult: - ${EXAMPLEDIR}/sample-auth.cf + ${DOCDIR}/SASL_README and the SASL documentation for more information on setting up SASL authentication. diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index f47398bc1e9..c649a1d8133 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.138 2004/07/19 04:51:52 jlam Exp $ +# $NetBSD: Makefile,v 1.139 2004/07/19 05:28:07 jlam Exp $ DISTNAME= postfix-2.1.3 CATEGORIES= mail @@ -149,11 +149,13 @@ POSTFIX_CONF_FILES+= src/global/mail_params.h FILES_SUBST+= EXAMPLEDIR=${EXAMPLEDIR} MESSAGE_SUBST+= EXAMPLEDIR=${EXAMPLEDIR} +MESSAGE_SUBST+= DOCDIR=${DOCDIR} PKG_GROUPS?= postfix maildrop PKG_USERS?= postfix:postfix::Postfix\\ User:${POSTFIX_QUEUE_DIR} LIBEXECDIR= ${PREFIX}/libexec/${PKGBASE} +DOCDIR= ${PREFIX}/share/doc/${PKGBASE} EXAMPLEDIR= ${PREFIX}/share/examples/${PKGBASE} CONF_FILES= ${EXAMPLEDIR}/main.cf ${PKG_SYSCONFDIR}/main.cf @@ -193,8 +195,8 @@ post-build: pre-install: ${INSTALL_DATA_DIR} ${PKG_SYSCONFDIR} ${INSTALL_DATA_DIR} ${EXAMPLEDIR} - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/postfix ${INSTALL_DATA_DIR} ${LIBEXECDIR} + ${INSTALL_DATA_DIR} ${DOCDIR} ${CHOWN} ${ROOT_USER}:${ROOT_GROUP} ${EXAMPLEDIR} ${LIBEXECDIR} ${CHMOD} 755 ${EXAMPLEDIR} ${LIBEXECDIR} -${RM} -f ${WRKSRC}/conf/*.orig -- cgit v1.2.3