From 56e0135e76b3dc08680132dc92ecedbddb550b4c Mon Sep 17 00:00:00 2001 From: reed Date: Fri, 4 Jun 2004 02:05:16 +0000 Subject: 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. --- mail/exim/Makefile.common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mail/exim/Makefile.common') diff --git a/mail/exim/Makefile.common b/mail/exim/Makefile.common index 2fb26836fd4..0b0f28a56ae 100644 --- a/mail/exim/Makefile.common +++ b/mail/exim/Makefile.common @@ -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 @@ EXAMPLESDIR= ${PREFIX}/share/examples/exim 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 -- cgit v1.2.3