svn commit: r565135 - head/games/libretro-picodrive

Bernhard Froehlich decke at FreeBSD.org
Sat Feb 13 13:06:45 UTC 2021


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


More information about the svn-ports-all mailing list