aboutsummaryrefslogtreecommitdiff
path: root/www/pyblosxom/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/pyblosxom/Makefile')
-rw-r--r--www/pyblosxom/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/pyblosxom/Makefile b/www/pyblosxom/Makefile
index bcb70852628e..c7e8aefcac45 100644
--- a/www/pyblosxom/Makefile
+++ b/www/pyblosxom/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pyblosxom
-PORTVERSION= 1.2
+PORTVERSION= 1.2.1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://bsdchat.com/dist/dryice/
@@ -22,7 +22,7 @@ EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME}-${PORTVERSION}
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
-.for docfile in ChangeLog INSTALL LICENSE README
+.for docfile in INSTALL LICENSE README
${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
.endfor
.endif