Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Feb 2021 13:06:45 +0000 (UTC)
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r565135 - head/games/libretro-picodrive
Message-ID:  <202102131306.11DD6jLw066373@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: decke
Date: Sat Feb 13 13:06:45 2021
New Revision: 565135
URL: https://svnweb.freebsd.org/changeset/ports/565135

Log:
  games/libretro-picodrive: Fix LICENSE because the project is under "MAME License"
  
  PR:		253454
  Approved by:	Daniel Menelkir <menelkir@itroll.org> (maintainer)

Modified:
  head/games/libretro-picodrive/Makefile

Modified: head/games/libretro-picodrive/Makefile
==============================================================================
--- head/games/libretro-picodrive/Makefile	Sat Feb 13 13:05:19 2021	(r565134)
+++ head/games/libretro-picodrive/Makefile	Sat Feb 13 13:06:45 2021	(r565135)
@@ -7,7 +7,10 @@ CATEGORIES=	games
 MAINTAINER=	menelkir@itroll.org
 COMMENT=	Fast MegaDrive/MegaCD/32X emulator
 
-LICENSE=	PD
+LICENSE=	MAME-License
+LICENSE_NAME=	MAME license
+LICENSE_FILE=	${WRKSRC}/COPYING
+LICENSE_PERMS=	dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
 
 ONLY_FOR_ARCHS=		amd64 i386
 ONLY_FOR_ARCHS_REASON=	all archs except x86 report error: unsupported arch



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