svn commit: r338619 - head/games/openmsx

Baptiste Daroussin bapt at FreeBSD.org
Sat Jan 4 01:05:20 UTC 2014


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 at 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


More information about the svn-ports-all mailing list