Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jun 2015 11:24:07 +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: r390282 - head/games/xevil
Message-ID:  <201506221124.t5MBO7sM001359@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Jun 22 11:24:06 2015
New Revision: 390282
URL: https://svnweb.freebsd.org/changeset/ports/390282

Log:
  - Fix MASTER_SITES
  - Clarify LICENSE
  - Add LICENSE_FILE

Modified:
  head/games/xevil/Makefile

Modified: head/games/xevil/Makefile
==============================================================================
--- head/games/xevil/Makefile	Mon Jun 22 10:52:43 2015	(r390281)
+++ head/games/xevil/Makefile	Mon Jun 22 11:24:06 2015	(r390282)
@@ -5,18 +5,17 @@ PORTNAME=	xevil
 PORTVERSION=	2.02.r2
 PORTREVISION=	2
 CATEGORIES=	games
-MASTER_SITES=	SF/${PORTNAME}.mirror \
-		http://www.xevil.com/download/stable/
+MASTER_SITES=	http://www.xevil.com/download/stable/ \
+		http://mirror.amdmi3.ru/distfiles/
 DISTNAME=	${PORTNAME}src${PORTVERSION:S/.r/r/}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Fast-action, networked, anti-social, kill-everything game
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/gpl.txt
 
-OPTIONS_DEFINE=	DOCS
-
-NO_WRKSUBDIR=yes
+NO_WRKSUBDIR=	yes
 
 USES=		dos2unix zip
 USE_XORG=	xpm
@@ -28,6 +27,8 @@ ALL_TARGET=	${OPSYS:tl}
 PORTDOCS=	*
 PLIST_FILES=	bin/${PORTNAME}
 
+OPTIONS_DEFINE=	DOCS
+
 post-patch:
 	@${FIND} ${WRKSRC} -name "*.xpm" | ${XARGS} ${REINPLACE_CMD} -e \
 		's|^static char|static const char|'



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