diff options
author | jlam <jlam> | 2002-09-19 09:04:02 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-09-19 09:04:02 +0000 |
commit | d1a32f9d3becd23c08ad93d8cddbfd1ba1ce672c (patch) | |
tree | 185ab29c04b06eec36c6497410047b36b8b6958d /www/apache | |
parent | 504b932bf8ad52e5d5ac8e46b820da53731eca36 (diff) | |
download | pkgsrc-d1a32f9d3becd23c08ad93d8cddbfd1ba1ce672c.tar.gz |
Take advantage of the auto-generation and installation of rc.d scripts.
Diffstat (limited to 'www/apache')
-rw-r--r-- | www/apache/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile index 82ef0c96559..bbb54ea8236 100644 --- a/www/apache/Makefile +++ b/www/apache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.104 2002/08/25 18:40:16 jlam Exp $ +# $NetBSD: Makefile,v 1.105 2002/09/19 09:04:28 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). @@ -172,7 +172,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: .if !defined(NOPIC) @@ -185,7 +184,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 "../../devel/libmm/buildlink2.mk" .include "../../textproc/expat/buildlink2.mk" |