aboutsummaryrefslogtreecommitdiff
path: root/games/xevil
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-22 11:24:06 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-22 11:24:06 +0000
commitcaf2ee877ad4fa47334920a39fd2705234c4eedd (patch)
tree937649caa832c9ca67049c828f76a106a7d5ea8a /games/xevil
parent48f1f5ce9d274e12e8ef9db820c43f647f6b0ee0 (diff)
downloadports-caf2ee877ad4fa47334920a39fd2705234c4eedd.tar.gz
ports-caf2ee877ad4fa47334920a39fd2705234c4eedd.zip
Notes
Diffstat (limited to 'games/xevil')
-rw-r--r--games/xevil/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/games/xevil/Makefile b/games/xevil/Makefile
index 73dcf15d0a5c..47e1b5f2382a 100644
--- a/games/xevil/Makefile
+++ b/games/xevil/Makefile
@@ -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|'