summaryrefslogtreecommitdiff
path: root/www/ap-ssl
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-01-29 11:34:21 +0000
committerwiz <wiz@pkgsrc.org>2001-01-29 11:34:21 +0000
commitb979f7222ad9bade13f010cd27e5bc6afab1681c (patch)
tree86f14acd24842161759a420487862022044c2b4b /www/ap-ssl
parent6a13219ca89e5dae86f27159ff86006058c06859 (diff)
downloadpkgsrc-b979f7222ad9bade13f010cd27e5bc6afab1681c.tar.gz
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.
Diffstat (limited to 'www/ap-ssl')
-rw-r--r--www/ap-ssl/Makefile6
-rw-r--r--www/ap-ssl/pkg/MESSAGE4
2 files changed, 3 insertions, 7 deletions
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
@@ -35,8 +33,6 @@ post-build:
post-install:
@${SED} -e "s,@PREFIX@,${PREFIX},g" \
- < ${PKGDIR}/MESSAGE > ${MESSAGE_FILE}
- @${SED} -e "s,@PREFIX@,${PREFIX},g" \
< ${FILESDIR}/README.mkcert > ${WRKDIR}/README.mkcert
@cd ${PREFIX}/lib/httpd; ${MV} -f libssl.so mod_ssl.so
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.