diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-19 09:04:02 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-19 09:04:02 +0000 |
commit | 5c053dd06ad27d113b1bf46e8eecd3cf6f7ed7c6 (patch) | |
tree | 185ab29c04b06eec36c6497410047b36b8b6958d /www/apache6 | |
parent | 26ffd9ecf001eea6ac61f806c06dfb733a4c6634 (diff) | |
download | pkgsrc-5c053dd06ad27d113b1bf46e8eecd3cf6f7ed7c6.tar.gz |
Take advantage of the auto-generation and installation of rc.d scripts.
Diffstat (limited to 'www/apache6')
-rw-r--r-- | www/apache6/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/apache6/Makefile b/www/apache6/Makefile index 40687be9ab9..210dde42760 100644 --- a/www/apache6/Makefile +++ b/www/apache6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2002/08/25 21:51:58 jlam Exp $ +# $NetBSD: Makefile,v 1.57 2002/09/19 09:04:30 jlam Exp $ # # This package does not compile in mod_ssl support hooks, as it conflicts # with IPv6-enable patch. @@ -154,7 +154,6 @@ pre-configure: pre-install: ${FIND} ${WRKSRC}/htdocs -name '*.orig' -print | ${XARGS} ${RM} -f - @${SED} ${FILES_SUBST_SED} ${FILESDIR}/apache.sh > ${WRKDIR}/apache.sh post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/httpd @@ -164,7 +163,6 @@ post-install: ${RM} -f ${PKG_SYSCONFDIR}/$${file}.default; \ done ${INSTALL_DATA} ${DISTDIR}/sitedrivenby.gif ${PREFIX}/share/httpd/htdocs - ${INSTALL_SCRIPT} ${WRKDIR}/apache.sh ${PREFIX}/etc/rc.d/apache .include "../../textproc/expat/buildlink2.mk" |