diff --git a/graphics/tiled/Makefile b/graphics/tiled/Makefile index 9a53e44bc096..d3f6ecb656fc 100644 --- a/graphics/tiled/Makefile +++ b/graphics/tiled/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tiled -PORTVERSION= 0.15.0 +PORTVERSION= 0.15.1 DISTVERSIONPREFIX= v CATEGORIES= graphics editors games @@ -35,6 +35,8 @@ post-patch: post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}/ +.for f in AUTHORS README.md NEWS + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ +.endfor .include diff --git a/graphics/tiled/distinfo b/graphics/tiled/distinfo index 0502abe69918..208f9e77df72 100644 --- a/graphics/tiled/distinfo +++ b/graphics/tiled/distinfo @@ -1,2 +1,2 @@ -SHA256 (bjorn-tiled-v0.15.0_GH0.tar.gz) = 978c6270f4e6be5996ee69d12a1c417ea3b98b0ba0a50fbe74176f193c0330d3 -SIZE (bjorn-tiled-v0.15.0_GH0.tar.gz) = 2984039 +SHA256 (bjorn-tiled-v0.15.1_GH0.tar.gz) = b084650adae12c1c34d9493f99fabcdb27c9fa12e3e1167212c28c5c76936b81 +SIZE (bjorn-tiled-v0.15.1_GH0.tar.gz) = 2984663