diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-12-06 08:51:54 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-12-06 08:51:54 +0000 |
commit | b4d71f776cfe34cbd0a3a99f1381992abc243735 (patch) | |
tree | 77f0d10c8d8a8b14ff36f05c8da6c307924f0655 /games/bouncy | |
parent | abb5428b4be4d55c8bf253dbd2b4b3eefd59dbfd (diff) | |
download | ports-b4d71f776cfe34cbd0a3a99f1381992abc243735.tar.gz ports-b4d71f776cfe34cbd0a3a99f1381992abc243735.zip |
Notes
Diffstat (limited to 'games/bouncy')
-rw-r--r-- | games/bouncy/Makefile | 1 | ||||
-rw-r--r-- | games/bouncy/pkg-plist | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/games/bouncy/Makefile b/games/bouncy/Makefile index b3c692d29d41..fb31f686a9bb 100644 --- a/games/bouncy/Makefile +++ b/games/bouncy/Makefile @@ -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 diff --git a/games/bouncy/pkg-plist b/games/bouncy/pkg-plist index 5e6c23425863..a2d3d31a573b 100644 --- a/games/bouncy/pkg-plist +++ b/games/bouncy/pkg-plist @@ -136,6 +136,3 @@ bin/bouncy %%DATADIR%%/ui.pyc %%DATADIR%%/ui.pyo share/pixmaps/bouncy.png -@dirrm %%DATADIR%%/pyglyph -@dirrm %%DATADIR%%/data -@dirrm %%DATADIR%% |