diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-03-22 01:48:16 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-03-22 01:48:16 +0800 |
commit | b63552e9eaf22198e83c00d63c2eeeaab81713ad (patch) | |
tree | 0a416c351024131251d63a0a8bea78994d050366 /games | |
parent | 32bc64fa135d4691c4cb41b9537b48e9f9fcc646 (diff) | |
download | freebsd-ports-gnome-b63552e9eaf22198e83c00d63c2eeeaab81713ad.tar.gz freebsd-ports-gnome-b63552e9eaf22198e83c00d63c2eeeaab81713ad.tar.zst freebsd-ports-gnome-b63552e9eaf22198e83c00d63c2eeeaab81713ad.zip |
- Make fetchable.
- Remove BROKEN.
Reported by: Mathias Monnerville <mathias.monnerville@univ-paris4.fr>, kris
Diffstat (limited to 'games')
-rw-r--r-- | games/bos/Makefile | 4 | ||||
-rw-r--r-- | games/boswars/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/games/bos/Makefile b/games/bos/Makefile index 96560a5fdf83..b7f0a2fc514b 100644 --- a/games/bos/Makefile +++ b/games/bos/Makefile @@ -8,7 +8,7 @@ PORTNAME= bos PORTVERSION= 2.0.1 CATEGORIES= games -MASTER_SITES= http://www.boswars.org/files/ +MASTER_SITES= http://www.boswars.org/releases/ DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/g} MAINTAINER= alepulver@FreeBSD.org @@ -16,8 +16,6 @@ COMMENT= A real-time strategy game RUN_DEPENDS= stratagus:${PORTSDIR}/games/stratagus -BROKEN= Unfetchable - NO_WRKSUBDIR= yes do-build: diff --git a/games/boswars/Makefile b/games/boswars/Makefile index 96560a5fdf83..b7f0a2fc514b 100644 --- a/games/boswars/Makefile +++ b/games/boswars/Makefile @@ -8,7 +8,7 @@ PORTNAME= bos PORTVERSION= 2.0.1 CATEGORIES= games -MASTER_SITES= http://www.boswars.org/files/ +MASTER_SITES= http://www.boswars.org/releases/ DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/g} MAINTAINER= alepulver@FreeBSD.org @@ -16,8 +16,6 @@ COMMENT= A real-time strategy game RUN_DEPENDS= stratagus:${PORTSDIR}/games/stratagus -BROKEN= Unfetchable - NO_WRKSUBDIR= yes do-build: |