diff options
-rw-r--r-- | games/tome4/Makefile | 2 | ||||
-rw-r--r-- | games/tome4/distinfo | 4 | ||||
-rw-r--r-- | games/tome4/files/pkg-message.in | 4 |
3 files changed, 7 insertions, 3 deletions
diff --git a/games/tome4/Makefile b/games/tome4/Makefile index a17ec539c487..1d579b7d5ee5 100644 --- a/games/tome4/Makefile +++ b/games/tome4/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tome4 -PORTVERSION= 1.2.4 +PORTVERSION= 1.2.5 CATEGORIES= games MASTER_SITES= http://te4.org/dl/t-engine/ \ SF/lifanov-ports-distfiles/${PORTNAME}/:icons diff --git a/games/tome4/distinfo b/games/tome4/distinfo index 66f690bc5a01..e3cb7e65326b 100644 --- a/games/tome4/distinfo +++ b/games/tome4/distinfo @@ -1,4 +1,4 @@ -SHA256 (t-engine4-src-1.2.4.tar.bz2) = 006abebfd2585cab451824fd5295c1bfc1525063e3b93675e94f5436ce03f4c6 -SIZE (t-engine4-src-1.2.4.tar.bz2) = 283378424 +SHA256 (t-engine4-src-1.2.5.tar.bz2) = 71d8129fcae5d2c0f0404a6aa9bc64954838518a36f5e6ad564883f9bddbd716 +SIZE (t-engine4-src-1.2.5.tar.bz2) = 283390253 SHA256 (tome4.png) = b5223208ca6f0a51f8bbe3b96055f38f94336dbeca6704db6684fec00fad1a36 SIZE (tome4.png) = 37143 diff --git a/games/tome4/files/pkg-message.in b/games/tome4/files/pkg-message.in index 22a942465e8e..9dcf1b20f7d7 100644 --- a/games/tome4/files/pkg-message.in +++ b/games/tome4/files/pkg-message.in @@ -1,2 +1,6 @@ The game files for ToME can be found in %%DATADIR%%. Launch the game with a wrapper in %%PREFIX%%/tome4 + +Addons and expansions can be installed per user: + $ mkdir -p ~/.t-engine/4.0/addons + $ cp my-addon.teaac ~/.t-engine/4.0/addons/ |