aboutsummaryrefslogtreecommitdiff
path: root/www/cgiwrap/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-03-02 22:42:24 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-03-02 22:42:24 +0000
commitb7d47f7490fd4576a6156fd2e8913631006edf9f (patch)
treece26545185e04c47f806646c5b90036dce955060 /www/cgiwrap/Makefile
parent44d59193943a0d997e98bbd027254a60d9bc1212 (diff)
downloadports-b7d47f7490fd4576a6156fd2e8913631006edf9f.tar.gz
ports-b7d47f7490fd4576a6156fd2e8913631006edf9f.zip
Notes
Diffstat (limited to 'www/cgiwrap/Makefile')
-rw-r--r--www/cgiwrap/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/www/cgiwrap/Makefile b/www/cgiwrap/Makefile
index 29fcfd13640b..4c3444ec7f7c 100644
--- a/www/cgiwrap/Makefile
+++ b/www/cgiwrap/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= cgiwrap
-PORTVERSION= 3.8
+PORTVERSION= 3.9
CATEGORIES= www security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -59,10 +59,11 @@ post-install:
${CHMOD} 644 ${MAINCGIDIR}/cgiwrapd
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in accesscontrol.html afs.html changes.html comments.html \
- download.html faq.html index.html install.html intro.html \
- maillist.html notes.html pubs.html quickref.html setup.html \
- thanks.html todo.html tricks.html y2k.html
+.for file in accesscontrol.html afs.html changes.html chroot.html \
+ comments.html download.html faq.html index.html \
+ install.html intro.html maillist.html notes.html \
+ pubs.html quickref.html setup.html thanks.html \
+ todo.html tricks.html y2k.html
@${INSTALL_DATA} ${WRKSRC}/htdocs/${file} ${DOCSDIR}
.endfor
@${ECHO} "Documentation installed in ${DOCSDIR}"