diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2006-05-14 14:36:30 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2006-05-14 14:36:30 +0000 |
commit | 1c18786cba689662f9e68a053544df925e9a29ad (patch) | |
tree | a42cf64f4f3a4ddb2708cee08a0bcfd34f2211cf /games/tileworld/Makefile | |
parent | cecd0f2fb985ea039521ca0a9c02ae1cf4a2b023 (diff) | |
download | ports-1c18786cba689662f9e68a053544df925e9a29ad.tar.gz ports-1c18786cba689662f9e68a053544df925e9a29ad.zip |
Notes
Diffstat (limited to 'games/tileworld/Makefile')
-rw-r--r-- | games/tileworld/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/tileworld/Makefile b/games/tileworld/Makefile index 00a08d913518..b9bb35e63d9f 100644 --- a/games/tileworld/Makefile +++ b/games/tileworld/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tileworld -PORTVERSION= 1.2.1 +PORTVERSION= 1.3.0 CATEGORIES= games MASTER_SITES= http://www.muppetlabs.com/~breadbox/pub/software/tworld/ DISTNAME= tworld-${PORTVERSION} @@ -18,6 +18,7 @@ USE_SDL= sdl GNU_CONFIGURE= YES USE_GMAKE= YES ALL_TARGET= tworld +DATADIR= share/tworld MAN6= tworld.6 |