diff options
author | nia <nia@pkgsrc.org> | 2018-08-11 14:38:15 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2018-08-11 14:38:15 +0000 |
commit | 006599de3ee9d7edbfde8593b2d0f866c2f0e87d (patch) | |
tree | 23af58438bb5fbf5205358348cd89031519c9903 /emulators | |
parent | 32c8cd40705e0c4e7311680f0e7a366214a58bf2 (diff) | |
download | pkgsrc-006599de3ee9d7edbfde8593b2d0f866c2f0e87d.tar.gz |
Rename picodrive-license to old-mame-license, reflecting its origin.
Some packages which are neither old versions of MAME or Picodrive
use this license in wip, and will be imported soon(TM).
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/libretro-picodrive/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/libretro-picodrive/Makefile b/emulators/libretro-picodrive/Makefile index 7de0ff629c4..ff31acdb6f7 100644 --- a/emulators/libretro-picodrive/Makefile +++ b/emulators/libretro-picodrive/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2018/08/08 23:47:49 nia Exp $ +# $NetBSD: Makefile,v 1.5 2018/08/11 14:38:15 nia Exp $ DISTNAME= libretro-picodrive-20180722 PKGREVISION= 1 @@ -10,7 +10,7 @@ GITHUB_TAG= 2db90628f5f29f1d4030172ce4f57ab757fa9d93 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://docs.libretro.com/library/picodrive/ COMMENT= Fast MegaDrive/MegaCD/32X emulator -LICENSE= picodrive-license +LICENSE= old-mame-license EXTRACT_USING= bsdtar MAKE_FILE= Makefile.libretro |