Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Nov 2014 15:38:55 +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: r373496 - head/games/marsnomercy
Message-ID:  <201411271538.sARFctOp096241@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Nov 27 15:38:54 2014
New Revision: 373496
URL: https://svnweb.freebsd.org/changeset/ports/373496
QAT: https://qat.redports.org/buildarchive/r373496/

Log:
  - Add LICENSE
  - Add empty directory to plist
  - Fix tab after WWW:

Modified:
  head/games/marsnomercy/Makefile
  head/games/marsnomercy/pkg-descr

Modified: head/games/marsnomercy/Makefile
==============================================================================
--- head/games/marsnomercy/Makefile	Thu Nov 27 15:37:21 2014	(r373495)
+++ head/games/marsnomercy/Makefile	Thu Nov 27 15:38:54 2014	(r373496)
@@ -11,6 +11,8 @@ DISTNAME=	mars-${PORTVERSION}-src
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Turn-based strategy game setting on Mars
 
+LICENSE=	GPLv2 # version unspecified actually
+
 BUILD_DEPENDS=	scons:${PORTSDIR}/devel/scons
 
 USE_GL=		gl
@@ -20,7 +22,9 @@ SCONS_ARGS=	prefix=${PREFIX}
 SUB_FILES=	mars-nomercy pkg-message
 WRKSRC=		${WRKDIR}/mars-${PORTVERSION}
 
-PLIST_FILES=	bin/mars-nomercy libexec/mars
+PLIST_FILES=	bin/mars-nomercy \
+		libexec/mars
+PLIST_DIRS=	%%DATADIR%%/img/units/mercenaries
 PORTDATA=	*
 
 OPTIONS_DEFINE=	DEBUG OPENGL

Modified: head/games/marsnomercy/pkg-descr
==============================================================================
--- head/games/marsnomercy/pkg-descr	Thu Nov 27 15:37:21 2014	(r373495)
+++ head/games/marsnomercy/pkg-descr	Thu Nov 27 15:38:54 2014	(r373496)
@@ -18,4 +18,4 @@ Basically every action leads to a reacti
 keep a good and consistent behavior to achieve confidence from Corporations,
 and avoid being excluded by them.
 
-WWW:	http://mars.sourceforge.net/
+WWW: http://mars.sourceforge.net/



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