Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/thttpd/Makefile,v retrieving revision 1.36 diff -u -u -r1.36 Makefile --- Makefile 28 May 2004 12:48:38 -0000 1.36 +++ Makefile 17 Oct 2004 20:34:55 -0000 @@ -7,6 +7,7 @@ PORTNAME= thttpd PORTVERSION= 2.25b +PORTREVISION= 1 CATEGORIES= www ipv6 MASTER_SITES= http://www.acme.com/software/thttpd/ \ http://atreides.freenix.no/~anders/ @@ -22,7 +23,7 @@ GNU_CONFIGURE= yes USE_REINPLACE= yes -MAN1= makeweb.1 htpasswd.1 +MAN1= makeweb.1 thtpasswd.1 MAN8= thttpd.8 redirect.8 ssi.8 syslogtocern.8 .include @@ -41,9 +42,9 @@ @${INSTALL_MAN} ${WRKSRC}/cgi-src/ssi.8 ${PREFIX}/man/man8 @${INSTALL_PROGRAM} ${WRKSRC}/extras/makeweb ${PREFIX}/bin/ @${INSTALL} -c -m 755 -o root -g wheel ${WRKSRC}/extras/syslogtocern ${PREFIX}/bin/ - @${INSTALL_PROGRAM} ${WRKSRC}/extras/htpasswd ${PREFIX}/bin/ + @${INSTALL_PROGRAM} ${WRKSRC}/extras/htpasswd ${PREFIX}/bin/thtpasswd @${INSTALL_MAN} ${WRKSRC}/extras/makeweb.1 ${PREFIX}/man/man1 - @${INSTALL_MAN} ${WRKSRC}/extras/htpasswd.1 ${PREFIX}/man/man1 + @${INSTALL_MAN} ${WRKSRC}/extras/htpasswd.1 ${PREFIX}/man/man1/thtpasswd.1 @${INSTALL_MAN} ${WRKSRC}/extras/syslogtocern.8 ${PREFIX}/man/man8 @if [ ! -f ${PREFIX}/sbin/thttpd_wrapper ]; then \ ${ECHO} "Installing ${PREFIX}/sbin/thttpd_wrapper file."; \ Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/www/thttpd/pkg-plist,v retrieving revision 1.8 diff -u -u -r1.8 pkg-plist --- pkg-plist 9 Jun 2004 06:16:04 -0000 1.8 +++ pkg-plist 17 Oct 2004 20:34:55 -0000 @@ -1,6 +1,6 @@ -bin/htpasswd bin/makeweb bin/syslogtocern +bin/thtpasswd etc/rc.d/thttpd.sh etc/thttpd.conf.sample sbin/thttpd