From d1a32f9d3becd23c08ad93d8cddbfd1ba1ce672c Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 19 Sep 2002 09:04:02 +0000 Subject: Take advantage of the auto-generation and installation of rc.d scripts. --- www/thttpd/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'www/thttpd') diff --git a/www/thttpd/Makefile b/www/thttpd/Makefile index 6a2d64ab9d4..f8b77252dd7 100644 --- a/www/thttpd/Makefile +++ b/www/thttpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2002/06/16 19:12:13 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2002/09/19 09:04:34 jlam Exp $ DISTNAME= thttpd-2.23beta1 PKGNAME= thttpd-2.23.0.1 @@ -31,7 +31,7 @@ pre-configure: done post-build: - for FILE in thttpd.conf thttpd.sh; do \ + for FILE in thttpd.conf; do \ ${SED} ${FILES_SUBST_SED} \ ${FILESDIR}/$${FILE} > ${WRKDIR}/$${FILE}; \ done @@ -41,7 +41,6 @@ pre-install: post-install: ${INSTALL_DATA} ${WRKDIR}/thttpd.conf ${PREFIX}/share/examples - ${INSTALL_SCRIPT} ${WRKDIR}/thttpd.sh ${PREFIX}/etc/rc.d/thttpd ${INSTALL_DATA} ${WRKSRC}/index.html ${PREFIX}/share/thttpd ${INSTALL_DATA} ${DISTDIR}/sitedrivenby.gif ${PREFIX}/share/thttpd -- cgit v1.2.3