diff options
author | jlam <jlam@pkgsrc.org> | 2000-09-12 14:52:43 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-09-12 14:52:43 +0000 |
commit | 44138445375da51a7b7bda741821058f7d4dbab5 (patch) | |
tree | 4bc013797663ddb281134a4c2bf457cda9cdda83 /www/ap-ssl/Makefile | |
parent | ddf76514979c9666cc4268b6b70c72fe04e7160b (diff) | |
download | pkgsrc-44138445375da51a7b7bda741821058f7d4dbab5.tar.gz |
Provide mechanism for ap-ssl to force start of apache with "startssl".
Diffstat (limited to 'www/ap-ssl/Makefile')
-rw-r--r-- | www/ap-ssl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/ap-ssl/Makefile b/www/ap-ssl/Makefile index 2ede4596933..e7598bc959d 100644 --- a/www/ap-ssl/Makefile +++ b/www/ap-ssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2000/09/12 14:05:16 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2000/09/12 14:52:43 jlam Exp $ # DISTNAME= mod_ssl-2.6.6-1.3.12 @@ -55,6 +55,7 @@ post-install: @cd ${PREFIX}/lib/httpd; ${MV} -f libssl.so mod_ssl.so ${INSTALL_SCRIPT} ${WRKSRC}/pkg.sslsup/mkcert.sh ${PREFIX}/sbin + ${INSTALL_DATA} ${FILESDIR}/mod_ssl.conf ${PREFIX}/etc/httpd ${INSTALL_DATA_DIR} ${PREFIX}/share/httpd/htdocs/manual/mod/mod_ssl cd ${WRKSRC}/pkg.ssldoc && ${INSTALL_DATA} *.html *.gif *.jpg \ |