svn commit: r369963 - head/games/asteroids3d

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


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 at 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
- at dirrm %%DATADIR%%


More information about the svn-ports-head mailing list