diff options
author | jlam <jlam@pkgsrc.org> | 2001-11-21 15:44:22 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-11-21 15:44:22 +0000 |
commit | cdec44e8b45de0bc434d6ccb4a6de69244e5e690 (patch) | |
tree | 8801bb5ed9083645a1438f300ec8a7a972d79d1e /www | |
parent | f1b957484f30f1b7c072af702ffb7253a9755563 (diff) | |
download | pkgsrc-cdec44e8b45de0bc434d6ccb4a6de69244e5e690.tar.gz |
RCD_SCRIPTS now just lists the filenames (see bsd.pkg.install.mk).
Diffstat (limited to 'www')
-rw-r--r-- | www/apache/Makefile | 4 | ||||
-rw-r--r-- | www/apache6/Makefile | 4 | ||||
-rw-r--r-- | www/thttpd/Makefile | 4 |
3 files changed, 6 insertions, 6 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 diff --git a/www/apache6/Makefile b/www/apache6/Makefile index 5a3ed3cf9ff..39f60f89a41 100644 --- a/www/apache6/Makefile +++ b/www/apache6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2001/11/19 16:23:13 jlam Exp $ +# $NetBSD: Makefile,v 1.44 2001/11/21 15:44:24 jlam Exp $ # # This package does not compile in mod_ssl support hooks, as it conflicts # with IPv6-enable patch. @@ -109,7 +109,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= /var/log/httpd diff --git a/www/thttpd/Makefile b/www/thttpd/Makefile index 8865790e657..cde36b933e9 100644 --- a/www/thttpd/Makefile +++ b/www/thttpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2001/11/19 16:23:16 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2001/11/21 15:44:24 jlam Exp $ DISTNAME= thttpd-2.21b CATEGORIES= www @@ -18,7 +18,7 @@ BUILD_DEFS+= USE_INET6 EGDIR= ${PREFIX}/share/examples CONF_FILES= ${EGDIR}/thttpd.conf ${CONFDIR}/thttpd.conf -RCD_SCRIPTS= ${PREFIX}/etc/rc.d/thttpd /etc/rc.d/thttpd +RCD_SCRIPTS= thttpd pre-configure: ${MV} ${WRKSRC}/extras/htpasswd.1 ${WRKSRC}/extras/thtpasswd.1 |