diff options
author | Tim Bishop <tdb@FreeBSD.org> | 2005-12-16 12:32:32 +0000 |
---|---|---|
committer | Tim Bishop <tdb@FreeBSD.org> | 2005-12-16 12:32:32 +0000 |
commit | 7bf07ecbcdc01330925ae23ee23ea3108def4e9f (patch) | |
tree | a093f148a7cc853e64fdfb03cae4c2aac0dca32d /games/xbattle | |
parent | 9d850bfbfbdf14aee35a28d21a01c999f5176bda (diff) |
- Fix MASTER_SITES
- Remove dead WWW link from pkg-descr
PR: 90459
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by: clement (mentor)
Notes
Notes:
svn path=/head/; revision=151315
Diffstat (limited to 'games/xbattle')
-rw-r--r-- | games/xbattle/Makefile | 3 | ||||
-rw-r--r-- | games/xbattle/pkg-descr | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/xbattle/Makefile b/games/xbattle/Makefile index c5670dbe4e4f..6475520e0b72 100644 --- a/games/xbattle/Makefile +++ b/games/xbattle/Makefile @@ -8,7 +8,8 @@ PORTNAME= xbattle PORTVERSION= 5.4.1 CATEGORIES= games -MASTER_SITES= ftp://cns-ftp.bu.edu/pub/xbattle/ +MASTER_SITES= ${MASTER_SITE_GENTOO} +MASTER_SITE_SUBDIR= distfiles MAINTAINER= ports@FreeBSD.org COMMENT= A concurrent multi-player battle strategy game diff --git a/games/xbattle/pkg-descr b/games/xbattle/pkg-descr index 1aeb9bde4707..3ebb40240843 100644 --- a/games/xbattle/pkg-descr +++ b/games/xbattle/pkg-descr @@ -18,6 +18,5 @@ xbattle Web site. To get the feel of the game, you can run the "tutorial1" and example games that you can play around with to learn the various options available with the game. -WWW: http://cns-web.bu.edu/pub/xpip/html/xbattle.html - Gregory W. Lesher lesher@cns.bu.edu |