diff options
author | jlam <jlam@pkgsrc.org> | 2000-09-20 05:14:10 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-09-20 05:14:10 +0000 |
commit | 9ab26c50e757b016baab010f1848e70930d79601 (patch) | |
tree | 7a9e5bc09df1c0b7f00e130e375ea67861dddb42 /www/apache/Makefile | |
parent | dd8983b561979bc51e7cde31119a2946fec98936 (diff) | |
download | pkgsrc-9ab26c50e757b016baab010f1848e70930d79601.tar.gz |
Install rc.d control script as "foo" instead of "foo.sh" to comply with
how NetBSD's rc.d system interprets script names. Also add appropriate
REQUIRE and PROVIDE sections to allow direct use in NetBSD's rc.d system.
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 a05f77692cb..7b632c93667 100644 --- a/www/apache/Makefile +++ b/www/apache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2000/09/12 19:39:02 thorpej Exp $ +# $NetBSD: Makefile,v 1.51 2000/09/20 05:14:12 jlam Exp $ # # The fourth number in the PKGNAME version indicates a NetBSD pkg revision # (to indicate changes in the shipped third party patches such as the mod_ssl @@ -106,7 +106,7 @@ post-install: cd ${PREFIX}/lib/httpd; ${MV} libproxy.so mod_proxy.so .endif ${INSTALL_DATA} ${DISTDIR}/sitedrivenby.gif ${PREFIX}/share/httpd/htdocs - ${INSTALL_SCRIPT} ${WRKDIR}/apache.sh ${PREFIX}/etc/rc.d/apache.sh + ${INSTALL_SCRIPT} ${WRKDIR}/apache.sh ${PREFIX}/etc/rc.d/apache PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL .include "../../mk/bsd.pkg.mk" |