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/thttpd | |
parent | 504b932bf8ad52e5d5ac8e46b820da53731eca36 (diff) | |
download | pkgsrc-d1a32f9d3becd23c08ad93d8cddbfd1ba1ce672c.tar.gz |
Take advantage of the auto-generation and installation of rc.d scripts.
Diffstat (limited to 'www/thttpd')
-rw-r--r-- | www/thttpd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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 |