aboutsummaryrefslogtreecommitdiff
path: root/games/simsu/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-07-25 18:30:40 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-07-25 18:30:40 +0000
commit55e404123d4901db9b9e44fa81cb3cde4ca898fc (patch)
treec66df96a1f5235ce40a7743b7437a6cd9d1c08f9 /games/simsu/Makefile
parent8dc350e595649169fc7be9bce76dceff2fa92a41 (diff)
downloadports-55e404123d4901db9b9e44fa81cb3cde4ca898fc.tar.gz
ports-55e404123d4901db9b9e44fa81cb3cde4ca898fc.zip
- Update to 1.3.7
Notes
Notes: svn path=/head/; revision=475325
Diffstat (limited to 'games/simsu/Makefile')
-rw-r--r--games/simsu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/simsu/Makefile b/games/simsu/Makefile
index 6214ba026e46..aab69166452e 100644
--- a/games/simsu/Makefile
+++ b/games/simsu/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= simsu
-PORTVERSION= 1.3.6
+PORTVERSION= 1.3.7
CATEGORIES= games
MASTER_SITES= https://gottcode.org/${PORTNAME}/ \
https://mirror.amdmi3.ru/distfiles/
@@ -35,7 +35,7 @@ post-patch-NLS-off:
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
- (cd ${WRKSRC} && ${INSTALL_DATA} CREDITS ChangeLog NEWS README \
+ (cd ${WRKSRC} && ${INSTALL_DATA} CREDITS ChangeLog README \
${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>