diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-22 19:24:06 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-22 19:24:06 +0800 |
commit | 049c506573bc344457b394f628d7d9066f0b20ec (patch) | |
tree | 937649caa832c9ca67049c828f76a106a7d5ea8a /games | |
parent | 037c5eec99cf08d36e31c6aa4ad11485ba8b5cb4 (diff) | |
download | freebsd-ports-gnome-049c506573bc344457b394f628d7d9066f0b20ec.tar.gz freebsd-ports-gnome-049c506573bc344457b394f628d7d9066f0b20ec.tar.zst freebsd-ports-gnome-049c506573bc344457b394f628d7d9066f0b20ec.zip |
- Fix MASTER_SITES
- Clarify LICENSE
- Add LICENSE_FILE
Diffstat (limited to 'games')
-rw-r--r-- | games/xevil/Makefile | 13 |
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|' |