diff options
author | osa <osa@FreeBSD.org> | 2009-06-15 17:09:20 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2009-06-15 17:09:20 +0800 |
commit | 97f3421755876435afdee74847ecbde8c121b542 (patch) | |
tree | a6a61fdd73701b13556c6b8b63c8f9acd6f16b88 /games/openttd/Makefile | |
parent | 89fa40a1eab4122031e002c92544fd179a159ee5 (diff) | |
download | freebsd-ports-gnome-97f3421755876435afdee74847ecbde8c121b542.tar.gz freebsd-ports-gnome-97f3421755876435afdee74847ecbde8c121b542.tar.zst freebsd-ports-gnome-97f3421755876435afdee74847ecbde8c121b542.zip |
Update from 0.7.0 to latest bugfix release 0.7.1.
Approved by: maintainer (danfe)
Diffstat (limited to 'games/openttd/Makefile')
-rw-r--r-- | games/openttd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/openttd/Makefile b/games/openttd/Makefile index 0da2efb359f1..c2c9cc0033f9 100644 --- a/games/openttd/Makefile +++ b/games/openttd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openttd -PORTVERSION= 0.7.0 +PORTVERSION= 0.7.1 CATEGORIES= games MASTER_SITES= SF @@ -64,7 +64,7 @@ pre-everything:: post-patch: # Remove extra (vendor) CFLAGS, we set our own - @${REINPLACE_CMD} '1034,1035d' ${WRKSRC}/config.lib + @${REINPLACE_CMD} '1035,1036d' ${WRKSRC}/config.lib do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin |