aboutsummaryrefslogtreecommitdiff
path: root/graphics/tiled/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/tiled/Makefile')
-rw-r--r--graphics/tiled/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tiled/Makefile b/graphics/tiled/Makefile
index 28968efd423e..df3298906875 100644
--- a/graphics/tiled/Makefile
+++ b/graphics/tiled/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= tiled
-PORTVERSION= 0.16.1
+PORTVERSION= 0.16.2
DISTVERSIONPREFIX= v
CATEGORIES= graphics editors games
@@ -36,7 +36,7 @@ post-patch:
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for f in AUTHORS README.md NEWS
+.for f in AUTHORS README.md NEWS.md
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/
.endfor