diff options
| author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-10-04 14:00:35 +0000 |
|---|---|---|
| committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-10-04 14:00:35 +0000 |
| commit | ff9ffe5d95d78d20f0d176c9f3de124dabcc9983 (patch) | |
| tree | 02c6c2a7440e8d06d3f2522a536287186da80acf | |
| parent | - Add LICENSE (diff) | |
- Clarify LICENSE
- Add LICENSE_FILE
- Switch to USES=autoreconf
- Drop @dirrm* from plist
| -rw-r--r-- | games/ttt/Makefile | 7 | ||||
| -rw-r--r-- | games/ttt/pkg-plist | 3 |
2 files changed, 4 insertions, 6 deletions
diff --git a/games/ttt/Makefile b/games/ttt/Makefile index 9082fcc523fc..ba8a43139a4c 100644 --- a/games/ttt/Makefile +++ b/games/ttt/Makefile @@ -14,11 +14,12 @@ EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} MAINTAINER= games@FreeBSD.org COMMENT= Simple one or two player Tic Tac Toe game -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING +USES= autoreconf USE_SDL= mixer sdl -USE_AUTOTOOLS= aclocal automake autoheader autoconf libtoolize -AUTOMAKE_ARGS= --add-missing --force +GNU_CONFIGURE= yes ALL_TARGET= ${PORTNAME} CPPFLAGS+= -I${LOCALBASE}/include diff --git a/games/ttt/pkg-plist b/games/ttt/pkg-plist index dca794e111b8..3995a4b3a219 100644 --- a/games/ttt/pkg-plist +++ b/games/ttt/pkg-plist @@ -19,6 +19,3 @@ share/pixmaps/ttt.png %%DATADIR%%/sounds/win.wav %%DATADIR%%/sounds/x.wav %%DATADIR%%/ttt -@dirrm %%DATADIR%%/sounds -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%% |
