diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-04 01:05:19 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-04 01:05:19 +0000 |
commit | f40894a4ab9c0ce281d52f2f8def05848a4cfa57 (patch) | |
tree | e2315567336a8bc7bc8b1abc00452d6920705d6d | |
parent | 26f4f758b1db61fa49c2bfd361cc51a0906c623c (diff) |
Notes
-rw-r--r-- | games/openmsx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/openmsx/Makefile b/games/openmsx/Makefile index b026c1744432..eb54bd393714 100644 --- a/games/openmsx/Makefile +++ b/games/openmsx/Makefile @@ -9,15 +9,15 @@ MASTER_SITES= http://hu.binaries.openttd.org/binaries/extra/${PORTNAME}/${PORTVE http://us.binaries.openttd.org/binaries/extra/${PORTNAME}/${PORTVERSION}/ \ http://cz.binaries.openttd.org/openttd/binaries/extra/${PORTNAME}/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-all +PKGNAMEPREFIX= openttd- +EXTRACT_SUFX= .zip MAINTAINER= rum1cro@yandex.ru COMMENT= Free alternative music for OpenTTD game engine LICENSE= GPLv2 -USE_ZIP= yes NO_BUILD= yes -LATEST_LINK= openttd-${PORTNAME} do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/openttd/baseset/openmsx |