diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-03-21 17:48:16 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-03-21 17:48:16 +0000 |
commit | 920b3b93ce77ad71629150cc99fb6a14c10b926a (patch) | |
tree | db21e6acd368824581043af8f6e54980586dd985 /games/boswars | |
parent | 506d265c7e0adea4ff70dbd10902666b7792f123 (diff) |
- Make fetchable.
- Remove BROKEN.
Reported by: Mathias Monnerville <mathias.monnerville@univ-paris4.fr>, kris
Notes
Notes:
svn path=/head/; revision=187918
Diffstat (limited to 'games/boswars')
-rw-r--r-- | games/boswars/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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: |