Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Oct 2014 14:00:35 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369959 - head/games/ttt
Message-ID:  <201410041400.s94E0Zej066109@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
-@dirrm %%DATADIR%%/sounds
-@dirrm %%DATADIR%%/images
-@dirrm %%DATADIR%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410041400.s94E0Zej066109>