Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jan 2014 01:05:19 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338619 - head/games/openmsx
Message-ID:  <201401040105.s0415JSJ039742@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Jan  4 01:05:19 2014
New Revision: 338619
URL: http://svnweb.freebsd.org/changeset/ports/338619

Log:
  Fix collision with emulators/openmsx [1]
  While here, use bsdtar to extract
  
  Discussed with:	maintainer

Modified:
  head/games/openmsx/Makefile

Modified: head/games/openmsx/Makefile
==============================================================================
--- head/games/openmsx/Makefile	Sat Jan  4 01:01:03 2014	(r338618)
+++ head/games/openmsx/Makefile	Sat Jan  4 01:05:19 2014	(r338619)
@@ -9,15 +9,15 @@ MASTER_SITES=	http://hu.binaries.openttd
 		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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401040105.s0415JSJ039742>