aboutsummaryrefslogtreecommitdiffstats
path: root/www/thttpd/Makefile
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2000-01-22 18:37:46 +0800
committermharo <mharo@FreeBSD.org>2000-01-22 18:37:46 +0800
commit0e4e12b367d27a9d137a06a7b797e4e0a918de6b (patch)
treeec41a9eeb42c104c592bb89b1e8ec71d8849f975 /www/thttpd/Makefile
parent670af5703b3dc9c09c69a0e3620b24654883df92 (diff)
downloadfreebsd-ports-graphics-0e4e12b367d27a9d137a06a7b797e4e0a918de6b.tar.gz
freebsd-ports-graphics-0e4e12b367d27a9d137a06a7b797e4e0a918de6b.tar.zst
freebsd-ports-graphics-0e4e12b367d27a9d137a06a7b797e4e0a918de6b.zip
updates thttpd to 2.13
PR: 16247 Submitted by: Dominic Mitchell <dom@palmerharvey.co.uk>
Diffstat (limited to 'www/thttpd/Makefile')
-rw-r--r--www/thttpd/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/thttpd/Makefile b/www/thttpd/Makefile
index aa91c3daaef..df00711af9d 100644
--- a/www/thttpd/Makefile
+++ b/www/thttpd/Makefile
@@ -6,7 +6,7 @@
# $FreeBSD$
#
-DISTNAME= thttpd-2.11
+DISTNAME= thttpd-2.13
CATEGORIES= www
MASTER_SITES= http://www.acme.com/software/thttpd/ \
http://www.freenix.no/~anders/
@@ -18,17 +18,17 @@ NO_PACKAGE= "Group needs to be created for users to have their own web dirs"
GNU_CONFIGURE= yes
MAN1= makeweb.1 htpasswd.1
-MAN8= thttpd.8 nph-redirect.8 ssi.8 syslogtocern.8
+MAN8= thttpd.8 redirect.8 ssi.8 syslogtocern.8
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/thttpd ${PREFIX}/sbin/
@${INSTALL_MAN} ${WRKSRC}/thttpd.8 ${PREFIX}/man/man8
@${INSTALL} -d -o root -g wheel -m 0775 ${PREFIX}/www
@${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/www/cgi-bin
- @${INSTALL_PROGRAM} ${WRKSRC}/cgi-src/nph-redirect ${PREFIX}/www/cgi-bin/
+ @${INSTALL_PROGRAM} ${WRKSRC}/cgi-src/redirect ${PREFIX}/www/cgi-bin/
@${INSTALL_PROGRAM} ${WRKSRC}/cgi-src/ssi ${PREFIX}/www/cgi-bin/
@${INSTALL_PROGRAM} ${WRKSRC}/cgi-src/phf ${PREFIX}/www/cgi-bin/
- @${INSTALL_MAN} ${WRKSRC}/cgi-src/nph-redirect.8 ${PREFIX}/man/man8
+ @${INSTALL_MAN} ${WRKSRC}/cgi-src/redirect.8 ${PREFIX}/man/man8
@${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/