diff options
Diffstat (limited to 'games/openttd')
-rw-r--r-- | games/openttd/Makefile | 9 | ||||
-rw-r--r-- | games/openttd/distinfo | 6 |
2 files changed, 6 insertions, 9 deletions
diff --git a/games/openttd/Makefile b/games/openttd/Makefile index e9b6669aafcc..f90840f1369a 100644 --- a/games/openttd/Makefile +++ b/games/openttd/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openttd -DISTVERSION= 1.9.0 +DISTVERSION= 1.9.1 CATEGORIES= games MASTER_SITES= https://proxy.binaries.openttd.org/openttd-releases/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-source @@ -131,15 +131,12 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/media/openttd.${n}.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/${n}x${n}/apps/openttd.png . endfor +.else + @${REINPLACE_CMD} -E '/icons|pixmaps/d' ${TMPPLIST} .endif post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/docs/,} ${STAGEDIR}${DOCSDIR} -post-install: -.if defined(WITH_DEDICATED_SERVER_ONLY) - @${REINPLACE_CMD} -E '/icons|pixmaps/d' ${TMPPLIST} -.endif - .include <bsd.port.post.mk> diff --git a/games/openttd/distinfo b/games/openttd/distinfo index 78c30cf2cbe9..f6af046dc0bc 100644 --- a/games/openttd/distinfo +++ b/games/openttd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1554141178 -SHA256 (openttd-1.9.0-source.tar.xz) = 45fded554d973328496f6e01b0769d7b8b64048a8fe2cf252242194c08ea7419 -SIZE (openttd-1.9.0-source.tar.xz) = 6575956 +TIMESTAMP = 1554753733 +SHA256 (openttd-1.9.1-source.tar.xz) = ff8158c1ddffebdb807fea8057c038fce1171e544fe11523e2ea70febe3711e5 +SIZE (openttd-1.9.1-source.tar.xz) = 6647548 |