diff options
-rw-r--r-- | games/openbubbles/Makefile | 3 | ||||
-rw-r--r-- | games/openbubbles/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/openbubbles/Makefile b/games/openbubbles/Makefile index 77cf95288978..fe6cd4c45d19 100644 --- a/games/openbubbles/Makefile +++ b/games/openbubbles/Makefile @@ -12,7 +12,8 @@ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ MAINTAINER= games@FreeBSD.org COMMENT= Clone of Evan Bailey's game Bubbles -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:bzip2 USE_SDL= sdl gfx image diff --git a/games/openbubbles/pkg-plist b/games/openbubbles/pkg-plist index f01c5bd5f651..39509576fbe0 100644 --- a/games/openbubbles/pkg-plist +++ b/games/openbubbles/pkg-plist @@ -75,4 +75,3 @@ share/icons/hicolor/96x96/apps/openbubbles.png %%DATADIR%%/visit.png %%DATADIR%%/youwin.png share/pixmaps/openbubbles.png -@dirrm %%DATADIR%% |