diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-01-13 14:23:46 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-01-13 14:23:46 +0000 |
commit | 6727c125e9673d4f51e140497d8e14cbd4fe729e (patch) | |
tree | bd64e5335f582262e1c8c088b8fba3717e869d9d /games | |
parent | ff86204d08e34ff0e3af34d2997e0c3ee2dbd778 (diff) | |
download | ports-6727c125e9673d4f51e140497d8e14cbd4fe729e.tar.gz ports-6727c125e9673d4f51e140497d8e14cbd4fe729e.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/xgalaga-sdl/Makefile | 3 | ||||
-rw-r--r-- | games/xgalaga-sdl/pkg-plist | 5 |
2 files changed, 2 insertions, 6 deletions
diff --git a/games/xgalaga-sdl/Makefile b/games/xgalaga-sdl/Makefile index ae3af909e60c..7e4647dc4d19 100644 --- a/games/xgalaga-sdl/Makefile +++ b/games/xgalaga-sdl/Makefile @@ -14,7 +14,8 @@ EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}-sdl${EXTRACT_SUFX} MAINTAINER= nemysis@FreeBSD.org COMMENT= Classic single screen vertical shoot em up SDL -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}-sdl diff --git a/games/xgalaga-sdl/pkg-plist b/games/xgalaga-sdl/pkg-plist index ba3a397818f6..9cf5a04b8ecb 100644 --- a/games/xgalaga-sdl/pkg-plist +++ b/games/xgalaga-sdl/pkg-plist @@ -74,8 +74,3 @@ share/pixmaps/xgalaga-sdl.png %%DATADIR%%/sounds/smart.wav %%DATADIR%%/sounds/torphit.wav %%DATADIR%%/sounds/warp.wav -@dirrm %%DATADIR%%/sounds -@dirrm %%DATADIR%%/levels -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%%/fonts -@dirrm %%DATADIR%% |