pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/exim Add MESSAGE_SUBST so RCD_SCRIPTS_EXAMPLEDIR ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d7899a4e1f44
branches:  trunk
changeset: 476137:d7899a4e1f44
user:      reed <reed%pkgsrc.org@localhost>
date:      Fri Jun 04 02:05:16 2004 +0000

description:
Add MESSAGE_SUBST so RCD_SCRIPTS_EXAMPLEDIR will be replace in +DISPLAY
file.

This is probably temporary, because the MESSAGE file needs to
be cleaned up to be correct for rc.d usage. We should have
a consistent message for this that is appended to MESSAGE
when RCD_SCRIPTS is used.

Didn't bump PKGREVISION for this, because was bumped today
and soon the package version will be increased for new exim-4.34.

diffstat:

 mail/exim/Makefile.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 13c5b069ffce -r d7899a4e1f44 mail/exim/Makefile.common
--- a/mail/exim/Makefile.common Fri Jun 04 01:22:11 2004 +0000
+++ b/mail/exim/Makefile.common Fri Jun 04 02:05:16 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2004/06/04 00:10:34 reed Exp $
+# $NetBSD: Makefile.common,v 1.8 2004/06/04 02:05:16 reed Exp $
 
 MASTER_SITES=  ftp://ftp.exim.org/pub/exim/exim4/ \
                ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \
@@ -27,6 +27,7 @@
 CONF_FILES=            ${EXAMPLESDIR}/aliases ${PKG_SYSCONFDIR}/aliases
 CONF_FILES+=           ${EXAMPLESDIR}/configure ${PKG_SYSCONFDIR}/configure
 MESSAGE_SUBST+=                EXAMPLESDIR="${EXAMPLESDIR}"
+MESSAGE_SUBST+=                RCD_SCRIPTS_EXAMPLEDIR="${LOCALBASE}/${RCD_SCRIPTS_EXAMPLEDIR}"
 PLIST_SUBST+=          DISTNAME="${DISTNAME}"
 
 RCD_SCRIPTS=           exim



Home | Main Index | Thread Index | Old Index