diff options
author | osa <osa@FreeBSD.org> | 2008-12-29 17:23:08 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2008-12-29 17:23:08 +0800 |
commit | 957ebb397c8025f2383f565140ccc5759fc85349 (patch) | |
tree | 44c3ed3049d91b4d329e42c74d0e2c9a7edbd88d /games/openttd/Makefile | |
parent | 64b13c4eb63c6adbab55d6b5a8e89c2c70885344 (diff) | |
download | freebsd-ports-gnome-957ebb397c8025f2383f565140ccc5759fc85349.tar.gz freebsd-ports-gnome-957ebb397c8025f2383f565140ccc5759fc85349.tar.zst freebsd-ports-gnome-957ebb397c8025f2383f565140ccc5759fc85349.zip |
Update from 0.6.1 to 0.6.3.
Approved by: danfe (maintainer)
PR for close: 129476
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 b575a5576867..a1a10e493dac 100644 --- a/games/openttd/Makefile +++ b/games/openttd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openttd -PORTVERSION= 0.6.1 +PORTVERSION= 0.6.3 CATEGORIES= games MASTER_SITES= SF @@ -63,7 +63,7 @@ pre-everything:: post-patch: # Remove extra (vendor) CFLAGS, we set our own - @${REINPLACE_CMD} '877,878d' ${WRKSRC}/config.lib + @${REINPLACE_CMD} '965,966d' ${WRKSRC}/config.lib do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin |