Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  8 Apr 2001 13:01:54 +0200 (CEST)
From:      Anders Nordby <anders@fix.no>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26428: Distfile fix: www/thttpd
Message-ID:  <20010408110154.9B5983CCE@totem.fix.no>

next in thread | raw e-mail | index | archive | help

>Number:         26428
>Category:       ports
>Synopsis:       Distfile fix: www/thttpd
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 08 04:10:03 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Anders Nordby
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
Fluxpod Information eXchange
>Environment:

	

>Description:

Remove notes.html from the port:

- It's frequently updated, and not a part of the package.
- If people want to check up on it (and more about thttpd), they can use the
web page.

>How-To-Repeat:

	

>Fix:
	
diff -Nur thttpd.old/Makefile thttpd/Makefile
--- thttpd.old/Makefile	Wed Feb  7 22:09:20 2001
+++ thttpd/Makefile	Sun Apr  8 01:43:23 2001
@@ -58,10 +58,6 @@
 		${ECHO} "Installing ${PREFIX}/etc/rc.d/thttpd.sh startup file."; \
 		${INSTALL_SCRIPT} -m 751 ${FILESDIR}/thttpd.sh ${PREFIX}/etc/rc.d/thttpd.sh; \
 	fi
-.if !defined(NOPORTDOCS)
-	@${MKDIR} ${PREFIX}/share/doc/thttpd
-	@${INSTALL_MAN} ${DISTDIR}/notes.html ${PREFIX}/share/doc/thttpd
-.endif
 
 post-install:
 	@${CAT} ${PKGMESSAGE}
diff -Nur thttpd.old/distinfo thttpd/distinfo
--- thttpd.old/distinfo	Mon Mar 12 01:12:15 2001
+++ thttpd/distinfo	Sun Apr  8 01:43:30 2001
@@ -1,2 +1 @@
 MD5 (thttpd-2.20b.tar.gz) = ab9c3c1214f599d86944d6264ec90fed
-MD5 (notes.html) = 00c09c171149b5751ab761bcb4d1188f
diff -Nur thttpd.old/pkg-plist thttpd/pkg-plist
--- thttpd.old/pkg-plist	Fri Jul  7 21:32:23 2000
+++ thttpd/pkg-plist	Sun Apr  8 01:43:38 2001
@@ -5,11 +5,9 @@
 etc/thttpd.conf.sample
 sbin/thttpd
 sbin/thttpd_wrapper
-share/doc/thttpd/notes.html
 www/cgi-bin/phf
 www/cgi-bin/redirect
 www/cgi-bin/ssi
-@dirrm share/doc/thttpd
 @dirrm www/cgi-bin
 @dirrm www/data
 @dirrm www/logs
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010408110154.9B5983CCE>