aboutsummaryrefslogtreecommitdiffstats
path: root/www/session2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/session2/Makefile')
-rw-r--r--www/session2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/session2/Makefile b/www/session2/Makefile
index d01a21fa3a14..a110a0048b08 100644
--- a/www/session2/Makefile
+++ b/www/session2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= session2
-PORTVERSION= 0.6
+PORTVERSION= 0.6.1
CATEGORIES= www python
MASTER_SITES= http://quixote.idyll.org/session2/ \
http://bsdchat.com/dist/dryice/
@@ -34,7 +34,7 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psycopgmodule.so:${PORTSDIR}/databases/py-psy
post-install:
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${DOCSDIR}
-.for docfile in CHANGES default.css README.html README.txt TODO
+.for docfile in ChangeLog default.css README.html README.txt TODO
@ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
.endfor
.endif