Date: Thu, 12 Aug 2010 12:50:03 GMT From: Anonymous <swell.k@gmail.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/149564: patch for various games/ adding appropriate LICENSEs to Makefiles Message-ID: <201008121250.o7CCo3R8049191@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/149564; it has been noted by GNATS. From: Anonymous <swell.k@gmail.com> To: Ullrich Franke <uf@raindogs.org> Cc: bug-followup@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/149564: patch for various games/ adding appropriate LICENSEs to Makefiles Date: Thu, 12 Aug 2010 16:42:53 +0400 (CC'ing ports@, anyone there care to update the wiki to mention the common issue?) Ullrich Franke <uf@raindogs.org> writes: > --- ./magicor/Makefile 2010-03-28 08:35:17.000000000 +0200 > +++ ./magicor/Makefile 2010-07-26 12:36:33.000000000 +0200 > @@ -16,6 +16,11 @@ > MAINTAINER= amdmi3@FreeBSD.org > COMMENT= Old-school, puzzle game similar to Solomon's Key > > +LICENSE= unknown > +LICENSE_NAME= Public Domain > +LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} > +LICENSE_FILE= ${WRKSRC}/LICENSE > + > RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game > > USE_PYTHON= yes > --- ./alienblaster/Makefile 2010-01-30 10:42:46.000000000 +0100 > +++ ./alienblaster/Makefile 2010-07-26 12:28:24.000000000 +0200 > @@ -15,6 +15,9 @@ > MAINTAINER= alepulver@FreeBSD.org > COMMENT= Alien Blaster > > +LICENSE= GPLv2 > +LICENSE_FILE= ${WRKSRC}/LICENSE > + > USE_GMAKE= yes > USE_SDL= mixer sdl > REINPLACE_ARGS= -i '' Note, there is a known limitation of the framework regarding license file named `LICENSE' described in ports/148808. Just comment LICENSE_FILE until it's resolved so you won't forget which ports have a license file. $ make deinstall ===> Deinstalling magicor-1.1_3 pkg_delete: file '/usr/local/share/licenses/magicor-1.1_3/LICENSE' doesn't exist $ make deinstall ===> Deinstalling alienblaster-1.1.0_4 pkg_delete: file '/usr/local/share/licenses/alienblaster-1.1.0_4/LICENSE' doesn't exist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008121250.o7CCo3R8049191>