aboutsummaryrefslogtreecommitdiff
path: root/devel/cvsutils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cvsutils/Makefile')
-rw-r--r--devel/cvsutils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cvsutils/Makefile b/devel/cvsutils/Makefile
index 8ef0a96651a6..148c14246baf 100644
--- a/devel/cvsutils/Makefile
+++ b/devel/cvsutils/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= cvsutils
-PORTVERSION= 0.2.4
+PORTVERSION= 0.2.5
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= http://www.red-bean.com/cvsutils/releases/
@@ -22,7 +22,7 @@ MAN1= cvsutils.1
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
-.for f in AUTHORS ChangeLog NEWS README TODO
+.for f in AUTHORS ChangeLog NEWS README
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
.endfor
.endif