svn commit: r390286 - head/games/warsow-data
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Jun 22 12:28:05 UTC 2015
Author: amdmi3
Date: Mon Jun 22 12:28:04 2015
New Revision: 390286
URL: https://svnweb.freebsd.org/changeset/ports/390286
Log:
- Fix MASTER_SITES
- Remove ONLY_FOR_ARCHS
- Add NO_ARCH
Modified:
head/games/warsow-data/Makefile
Modified: head/games/warsow-data/Makefile
==============================================================================
--- head/games/warsow-data/Makefile Mon Jun 22 12:27:57 2015 (r390285)
+++ head/games/warsow-data/Makefile Mon Jun 22 12:28:04 2015 (r390286)
@@ -4,9 +4,8 @@
PORTNAME= warsow-data
PORTVERSION= 1.51
CATEGORIES= games
-MASTER_SITES= SF/warsow.mirror/Warsow%20${PORTVERSION} \
- http://www.warsow.net:1337/~warsow/${PORTVERSION}/ \
- http://www.warsow.eu/:mappack \
+MASTER_SITES= http://update.warsow.net/mirror/:DEFAULT,mappack \
+ http://mirror.amdmi3.ru/distfiles/:DEFAULT,mappack \
LOCAL/nemysis/games:mappack
DISTNAME= warsow_${PORTVERSION}_unified
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
@@ -21,12 +20,9 @@ LICENSE_NAME_WARSOW= Warsow Content Lice
LICENSE_FILE_WARSOW= ${WRKSRC}/docs/license.txt
LICENSE_PERMS_WARSOW= dist-mirror pkg-mirror auto-accept
-# Game port is restricted to these architectures, so it makes no sense to
-# package game data port as well (even it is not being technically built)
-ONLY_FOR_ARCHS= i386 amd64
-
WRKSRC= ${WRKDIR}/warsow_15
NO_BUILD= yes
+NO_ARCH= yes
DATADIR= ${PREFIX}/share/warsow
DOCSDIR= ${PREFIX}/share/doc/warsow
More information about the svn-ports-head
mailing list