diff options
-rw-r--r-- | games/asteroids3d/Makefile | 5 | ||||
-rw-r--r-- | games/asteroids3d/pkg-plist | 1 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games/asteroids3d/Makefile b/games/asteroids3d/Makefile index 5af2f01..7dc5079 100644 --- a/games/asteroids3d/Makefile +++ b/games/asteroids3d/Makefile @@ -14,10 +14,11 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= games@FreeBSD.org COMMENT= First-person shooter blowing up asteroids in 3D space -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYRIGHT USES= tar:bzip2 -USE_AUTOTOOLS= aclocal autoheader +USE_AUTOTOOLS= aclocal autoheader GNU_CONFIGURE= yes CONFIGURE_ENV= with_gamesdir="${PREFIX}/bin" with_gamedatadir="${DATADIR}" USE_GL= glut diff --git a/games/asteroids3d/pkg-plist b/games/asteroids3d/pkg-plist index 5147265..05c5a25 100644 --- a/games/asteroids3d/pkg-plist +++ b/games/asteroids3d/pkg-plist @@ -26,4 +26,3 @@ share/icons/hicolor/64x64/apps/asteroids3d.png share/icons/hicolor/72x72/apps/asteroids3d.png share/icons/hicolor/96x96/apps/asteroids3d.png share/pixmaps/asteroids3d.png -@dirrm %%DATADIR%% |