svn commit: r374096 - head/games/bouncy

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Dec 6 08:51:55 UTC 2014


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 at 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
- at dirrm %%DATADIR%%/pyglyph
- at dirrm %%DATADIR%%/data
- at dirrm %%DATADIR%%


More information about the svn-ports-head mailing list