Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Oct 2014 14:00:56 +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: r369963 - head/games/asteroids3d
Message-ID:  <201410041400.s94E0uBV067095@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sat Oct  4 14:00:55 2014
New Revision: 369963
URL: https://svnweb.freebsd.org/changeset/ports/369963
QAT: https://qat.redports.org/buildarchive/r369963/

Log:
  - Drop @dirrm* from plist
  - Fix whitespace
  - Add LICENSE_FILE
  - Clarify LICENSE

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

Modified: head/games/asteroids3d/Makefile
==============================================================================
--- head/games/asteroids3d/Makefile	Sat Oct  4 14:00:50 2014	(r369962)
+++ head/games/asteroids3d/Makefile	Sat Oct  4 14:00:55 2014	(r369963)
@@ -14,10 +14,11 @@ DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
 MAINTAINER=	games@FreeBSD.org
 COMMENT=	First-person shooter blowing up asteroids in 3D space
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
 USES=		tar:bzip2
-USE_AUTOTOOLS=	aclocal autoheader 
+USE_AUTOTOOLS=	aclocal autoheader
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	with_gamesdir="${PREFIX}/bin" with_gamedatadir="${DATADIR}"
 USE_GL=		glut

Modified: head/games/asteroids3d/pkg-plist
==============================================================================
--- head/games/asteroids3d/pkg-plist	Sat Oct  4 14:00:50 2014	(r369962)
+++ head/games/asteroids3d/pkg-plist	Sat Oct  4 14:00:55 2014	(r369963)
@@ -26,4 +26,3 @@ share/icons/hicolor/64x64/apps/asteroids
 share/icons/hicolor/72x72/apps/asteroids3d.png
 share/icons/hicolor/96x96/apps/asteroids3d.png
 share/pixmaps/asteroids3d.png
-@dirrm %%DATADIR%%



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