svn commit: r369959 - head/games/ttt

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Oct 4 14:00:36 UTC 2014


Author: amdmi3
Date: Sat Oct  4 14:00:35 2014
New Revision: 369959
URL: https://svnweb.freebsd.org/changeset/ports/369959
QAT: https://qat.redports.org/buildarchive/r369959/

Log:
  - Clarify LICENSE
  - Add LICENSE_FILE
  - Switch to USES=autoreconf
  - Drop @dirrm* from plist

Modified:
  head/games/ttt/Makefile
  head/games/ttt/pkg-plist

Modified: head/games/ttt/Makefile
==============================================================================
--- head/games/ttt/Makefile	Sat Oct  4 14:00:30 2014	(r369958)
+++ head/games/ttt/Makefile	Sat Oct  4 14:00:35 2014	(r369959)
@@ -14,11 +14,12 @@ EXTRACT_ONLY=   ${PORTNAME}-${DISTVERSIO
 MAINTAINER=	games at 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

Modified: head/games/ttt/pkg-plist
==============================================================================
--- head/games/ttt/pkg-plist	Sat Oct  4 14:00:30 2014	(r369958)
+++ head/games/ttt/pkg-plist	Sat Oct  4 14:00:35 2014	(r369959)
@@ -19,6 +19,3 @@ share/pixmaps/ttt.png
 %%DATADIR%%/sounds/win.wav
 %%DATADIR%%/sounds/x.wav
 %%DATADIR%%/ttt
- at dirrm %%DATADIR%%/sounds
- at dirrm %%DATADIR%%/images
- at dirrm %%DATADIR%%


More information about the svn-ports-all mailing list