diff options
Diffstat (limited to 'graphics/tiled/Makefile')
-rw-r--r-- | graphics/tiled/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tiled/Makefile b/graphics/tiled/Makefile index 924303524585..7d80e2d82b87 100644 --- a/graphics/tiled/Makefile +++ b/graphics/tiled/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tiled -PORTVERSION= 0.13.1 +PORTVERSION= 0.15.0 DISTVERSIONPREFIX= v CATEGORIES= graphics editors games @@ -35,7 +35,7 @@ post-patch: @${FIND} ${WRKSRC} -name "*.pro" -exec ${REINPLACE_CMD} -e 's|share/man|man|' {} \; post-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}/ .include <bsd.port.mk> |