summaryrefslogtreecommitdiff
path: root/devel/cvsweb3/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-09-03 19:21:55 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-09-03 19:21:55 +0000
commit88ba408405cbbfd211094d357979b7fb5c16bdf7 (patch)
tree866049ce80db051d3f62830e9780645bb616d1af /devel/cvsweb3/Makefile
parentAdd MASTER_SITE_RUBY. It will be used by at least five stock ports, (diff)
Update to knu-cvsweb 1.94.1.17.
2000-09-04 03:25 knu * README.knu, cvsweb.cgi, cvsweb.conf: Introduce manpage hyperlinking. 2000-09-04 02:33 knu * cvsweb.cgi: Get all mail URLs and addresses as hyperlinks, not just the first one. (s/// --> s///g) Install ChangeLog file.
Notes
Notes: svn path=/head/; revision=32228
Diffstat (limited to 'devel/cvsweb3/Makefile')
-rw-r--r--devel/cvsweb3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cvsweb3/Makefile b/devel/cvsweb3/Makefile
index 901c5ab5b21f..5a3ace1a05f3 100644
--- a/devel/cvsweb3/Makefile
+++ b/devel/cvsweb3/Makefile
@@ -19,7 +19,7 @@ USE_PERL5= yes
# This version of cvsweb is Zeller's version + knu's enhancements.
REV_ZELLER= 1.94
-REV_KNU= 1.15
+REV_KNU= 1.17
# Specify where your repository belongs.
# (You can reconfigure it after installation anyway)
@@ -54,7 +54,7 @@ do-install:
cd ${WRKSRC}/icons && ${INSTALL_DATA} * ${PREFIX}/${ICONSDIR}/cvsweb/
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/cvsweb
- cd ${WRKSRC} && ${INSTALL_DATA} INSTALL README README.knu TODO ${PREFIX}/share/doc/cvsweb/
+ cd ${WRKSRC} && ${INSTALL_DATA} ChangeLog INSTALL README README.knu TODO ${PREFIX}/share/doc/cvsweb/
.endif
post-install: