Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Dec 2014 08:51:54 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r374096 - head/games/bouncy
Message-ID:  <201412060851.sB68psx7070458@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sat Dec  6 08:51:54 2014
New Revision: 374096
URL: https://svnweb.freebsd.org/changeset/ports/374096
QAT: https://qat.redports.org/buildarchive/r374096/

Log:
  - Add LICENSE_FILE
  - Drop @dirrm* from plist

Modified:
  head/games/bouncy/Makefile
  head/games/bouncy/pkg-plist

Modified: head/games/bouncy/Makefile
==============================================================================
--- head/games/bouncy/Makefile	Sat Dec  6 08:51:44 2014	(r374095)
+++ head/games/bouncy/Makefile	Sat Dec  6 08:51:54 2014	(r374096)
@@ -16,6 +16,7 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	You are a hungry rabbit. Eat food to complete the level
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/GPL.txt
 
 RUN_DEPENDS=	${PYGAME} \
 		${PYTHON_PKGNAMEPREFIX}opengl>=0:${PORTSDIR}/graphics/py-opengl

Modified: head/games/bouncy/pkg-plist
==============================================================================
--- head/games/bouncy/pkg-plist	Sat Dec  6 08:51:44 2014	(r374095)
+++ head/games/bouncy/pkg-plist	Sat Dec  6 08:51:54 2014	(r374096)
@@ -136,6 +136,3 @@ bin/bouncy
 %%DATADIR%%/ui.pyc
 %%DATADIR%%/ui.pyo
 share/pixmaps/bouncy.png
-@dirrm %%DATADIR%%/pyglyph
-@dirrm %%DATADIR%%/data
-@dirrm %%DATADIR%%



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