From e5aca8689243aeb65832c32bf9a03c2dc6f45d43 Mon Sep 17 00:00:00 2001 From: mnag Date: Sun, 26 Feb 2006 01:12:54 +0000 Subject: - Unbroken - Remove extra install of rc.d script - Bump PORTREVISION Approved by: portmgr (kris) --- www/thttpd/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'www/thttpd') diff --git a/www/thttpd/Makefile b/www/thttpd/Makefile index b5f6379caa2c..be73cc06d375 100644 --- a/www/thttpd/Makefile +++ b/www/thttpd/Makefile @@ -7,7 +7,7 @@ PORTNAME= thttpd PORTVERSION= 2.25b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www ipv6 MASTER_SITES= http://www.acme.com/software/thttpd/ \ http://atreides.freenix.no/~anders/ @@ -18,8 +18,6 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= anders@FreeBSD.org COMMENT= Tiny/turbo/throttling HTTP server -BROKEN= Incomplete pkg-plist - IGNOREFILES= notes.html GNU_CONFIGURE= yes @@ -57,7 +55,6 @@ do-install: @${INSTALL_MAN} ${WRKSRC}/extras/htpasswd.1 ${PREFIX}/man/man1 @${INSTALL_MAN} ${WRKSRC}/extras/syslogtocern.8 ${PREFIX}/man/man8 @${INSTALL_DATA} ${WRKDIR}/thttpd.conf.sample ${PREFIX}/etc/thttpd.conf.sample - @${INSTALL_SCRIPT} ${WRKDIR}/thttpd.sh ${PREFIX}/etc/rc.d/thttpd.sh .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/notes.html ${DOCSDIR}/ -- cgit