diff options
author | tdb <tdb@FreeBSD.org> | 2005-12-16 20:32:32 +0800 |
---|---|---|
committer | tdb <tdb@FreeBSD.org> | 2005-12-16 20:32:32 +0800 |
commit | 885781393867a488d40843e615eeff5c43c95d70 (patch) | |
tree | c7e882d419423afe75e9f0fa4bde1b46b4fcc1a6 | |
parent | ca17e2e9fd289dceee61c07d50ec0523c6166343 (diff) | |
download | freebsd-ports-graphics-885781393867a488d40843e615eeff5c43c95d70.tar.gz freebsd-ports-graphics-885781393867a488d40843e615eeff5c43c95d70.tar.zst freebsd-ports-graphics-885781393867a488d40843e615eeff5c43c95d70.zip |
- 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)
-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 c5670dbe4e4..6475520e0b7 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 1aeb9bde470..3ebb4024084 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 |