From b979f7222ad9bade13f010cd27e5bc6afab1681c Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 29 Jan 2001 11:34:21 +0000 Subject: Add automatic ${VARIABLE} handling for MESSAGE files. Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs. --- www/ap-ssl/Makefile | 6 +----- www/ap-ssl/pkg/MESSAGE | 4 ++-- 2 files changed, 3 insertions(+), 7 deletions(-) (limited to 'www/ap-ssl') diff --git a/www/ap-ssl/Makefile b/www/ap-ssl/Makefile index 559953d9686..67688099e07 100644 --- a/www/ap-ssl/Makefile +++ b/www/ap-ssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2001/01/13 15:30:49 tv Exp $ +# $NetBSD: Makefile,v 1.27 2001/01/29 11:34:44 wiz Exp $ # DISTNAME= mod_ssl-2.7.1-1.3.14 @@ -18,8 +18,6 @@ CONFLICTS= apache-1.3.[0123456789] apache-*modssl-* apache6-* HAS_CONFIGURE= defined USE_SSL= defined -MESSAGE_FILE= ${WRKDIR}/MESSAGE - .include "../../mk/bsd.prefs.mk" CONFIGURE_ARGS+= --with-apxs=${PREFIX}/sbin/apxs @@ -34,8 +32,6 @@ post-build: > ${WRKSRC}/pkg.sslsup/mkcert.sh post-install: - @${SED} -e "s,@PREFIX@,${PREFIX},g" \ - < ${PKGDIR}/MESSAGE > ${MESSAGE_FILE} @${SED} -e "s,@PREFIX@,${PREFIX},g" \ < ${FILESDIR}/README.mkcert > ${WRKDIR}/README.mkcert diff --git a/www/ap-ssl/pkg/MESSAGE b/www/ap-ssl/pkg/MESSAGE index 0ebf358fa2e..a8d0f8507b0 100644 --- a/www/ap-ssl/pkg/MESSAGE +++ b/www/ap-ssl/pkg/MESSAGE @@ -1,10 +1,10 @@ ============================================================================= -$NetBSD: MESSAGE,v 1.5 2000/10/13 21:48:02 jlam Exp $ +$NetBSD: MESSAGE,v 1.6 2001/01/29 11:34:45 wiz Exp $ You will need to generate certificates and keys for your server before Apache will start with mod_ssl support. Please read - @PREFIX@/share/doc/mod_ssl/README.mkcert + ${PREFIX}/share/doc/mod_ssl/README.mkcert for more information on how to do this. -- cgit v1.2.3