diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-12-13 15:33:14 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-12-13 15:33:14 +0000 |
commit | 87f348c0b5feb6a389ca605e2aff8d21d8aec801 (patch) | |
tree | d2fda547f5688271c55c77a3f0f2bd881cba94ac /games/tmw/Makefile | |
parent | 004961e206e0203dc1c17f645166b7e0e7aef9e4 (diff) |
Notes
Diffstat (limited to 'games/tmw/Makefile')
-rw-r--r-- | games/tmw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/tmw/Makefile b/games/tmw/Makefile index 6aae3fb5c98e..aa6241d28779 100644 --- a/games/tmw/Makefile +++ b/games/tmw/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tmw -PORTVERSION= 0.0.26 +PORTVERSION= 0.0.27 CATEGORIES= games MASTER_SITES= SF MASTER_SITE_SUBDIR= themanaworld @@ -34,7 +34,7 @@ OPTIONS= MUSIC "Install additional music" On .include <bsd.port.pre.mk> .if !defined(WITHOUT_MUSIC) -MUSICNAME= tmwmusic-0.0.20 +MUSICNAME= tmwmusic-0.2 MUSICSUBDIR= data/music DISTFILES+= ${MUSICNAME}.tar.gz MUSICDIR= ${WRKDIR}/${MUSICNAME}/${MUSICSUBDIR} |