diff options
Diffstat (limited to 'www/apache/Makefile')
-rw-r--r-- | www/apache/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile index bd405fdf693..003131181f0 100644 --- a/www/apache/Makefile +++ b/www/apache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.82 2001/11/19 16:23:12 jlam Exp $ +# $NetBSD: Makefile,v 1.83 2001/11/21 15:44:23 jlam Exp $ # # This pkg does not compile in mod_ssl, only the `mod_ssl EAPI' (a set of # code hooks that allow mod_ssl to be compiled separately later, if desired). @@ -104,7 +104,7 @@ EGDIR= ${PREFIX}/share/examples/httpd CONF_FILES= ${EGDIR}/httpd.conf.default ${APACHE_SYSCONFDIR}/httpd.conf SUPPORT_FILES= ${EGDIR}/magic.default ${APACHE_SYSCONFDIR}/magic SUPPORT_FILES+= ${EGDIR}/mime.types.default ${APACHE_SYSCONFDIR}/mime.types -RCD_SCRIPTS= ${PREFIX}/etc/rc.d/apache /etc/rc.d/apache +RCD_SCRIPTS= apache MAKE_DIRS= ${APACHE_SYSCONFDIR} OWN_DIRS= ${APACHE_SYSCONFDIR}/ssl.crl |