diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-01-13 14:25:53 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-01-13 14:25:53 +0000 |
commit | 2bfa13db6159b7f743fafc41655274e2843eec97 (patch) | |
tree | 5fd0a339af255a8d626546cb9a8c44ae49f75aa0 /games/twind | |
parent | c66211f1d169bd2c57648b9084f1493631dc08c6 (diff) |
- Clarify LICENSE
- Add LICENSE_FILE
- Remove @dirrm* from pkg-plist
PR: 196209
Submitted by: amdmi3
Approved by: maintainer timeout (nemysis)
Notes
Notes:
svn path=/head/; revision=376939
Diffstat (limited to 'games/twind')
-rw-r--r-- | games/twind/Makefile | 4 | ||||
-rw-r--r-- | games/twind/pkg-plist | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/games/twind/Makefile b/games/twind/Makefile index 60d49b75a85c..a75d4ee65859 100644 --- a/games/twind/Makefile +++ b/games/twind/Makefile @@ -10,7 +10,8 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} MAINTAINER= nemysis@FreeBSD.org COMMENT= Match and remove all of the blocks before time runs out -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING USE_SDL= sdl image mixer @@ -24,6 +25,7 @@ do-build: cd ${WRKSRC} && ${CC} -o ${PORTNAME} ${CFLAGS} \ -DDATA_PREFIX=\"${DATADIR}/\" -DAUDIO -DLINUX \ -lm `${SDL_CONFIG} --cflags --libs` -lSDL_mixer -lSDL_image twind.c + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ @(cd ${WRKSRC} && ${COPYTREE_SHARE} "graphics music sound" ${STAGEDIR}${DATADIR}) diff --git a/games/twind/pkg-plist b/games/twind/pkg-plist index 40ec013397df..753bd175c98c 100644 --- a/games/twind/pkg-plist +++ b/games/twind/pkg-plist @@ -51,7 +51,3 @@ share/pixmaps/twind.png %%DATADIR%%/sound/menu_option.wav %%DATADIR%%/sound/option_choice.wav %%DATADIR%%/sound/wrong_move.wav -@dirrm %%DATADIR%%/sound -@dirrm %%DATADIR%%/music -@dirrm %%DATADIR%%/graphics -@dirrm %%DATADIR%% |