diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-10-04 14:00:55 +0000 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-10-04 14:00:55 +0000 |
commit | 07b260ef36cdce797664eeecee16e7251ade71da (patch) | |
tree | a450025aea92989fee77df7df19b6558e258dd6a | |
parent | e4a6ae64071f057389d7ee6466ee21863801c5a9 (diff) | |
download | FreeBSD-ports-07b260ef36cdce797664eeecee16e7251ade71da.zip FreeBSD-ports-07b260ef36cdce797664eeecee16e7251ade71da.tar.gz |
- Drop @dirrm* from plist
- Fix whitespace
- Add LICENSE_FILE
- Clarify LICENSE
-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%% |