diff options
author | wiz <wiz> | 2001-01-29 11:34:21 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-01-29 11:34:21 +0000 |
commit | 6e5db71f33d6f19d9bc2ccef08527c4fd58ea7ba (patch) | |
tree | 86f14acd24842161759a420487862022044c2b4b /www/ap-ssl/Makefile | |
parent | e79bc93dd230b17193ddcfca298d9cf5d3cf7205 (diff) | |
download | pkgsrc-6e5db71f33d6f19d9bc2ccef08527c4fd58ea7ba.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/Makefile')
-rw-r--r-- | www/ap-ssl/Makefile | 6 |
1 files changed, 1 insertions, 5 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 |