diff options
author | jeh <jeh@FreeBSD.org> | 2001-02-12 00:52:59 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2001-02-12 00:52:59 +0800 |
commit | 143bfe43e6b53468e94380bc29e321d902f7405f (patch) | |
tree | 5a8b8029460d02e0f8e18d6f1931c58b8da6947e /games/xboard/Makefile | |
parent | 77fa936a00c32fa3f158b42b7b1c8cf1b470f2ca (diff) | |
download | freebsd-ports-gnome-143bfe43e6b53468e94380bc29e321d902f7405f.tar.gz freebsd-ports-gnome-143bfe43e6b53468e94380bc29e321d902f7405f.tar.zst freebsd-ports-gnome-143bfe43e6b53468e94380bc29e321d902f7405f.zip |
changed download url, upgraded version
PR: 24846
Submitted by: Mark Huizer; Eindhoven <xaa+ports@madison-gurkha.com> MAINTAINER
Diffstat (limited to 'games/xboard/Makefile')
-rw-r--r-- | games/xboard/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/xboard/Makefile b/games/xboard/Makefile index 7d89404eab2a..57ab38455670 100644 --- a/games/xboard/Makefile +++ b/games/xboard/Makefile @@ -6,11 +6,11 @@ # PORTNAME= xboard -PORTVERSION= 4.2.0 +PORTVERSION= 4.2.1 CATEGORIES= games -MASTER_SITES= ftp://ftp.gnu.org/gnu/xboard/ \ - http://www.research.compaq.com/SRC/personal/Tim_Mann/xboard/ -DISTNAME= xboard-4.2.0beta +MASTER_SITES= http://www.tim-mann.org/xboard/ \ + ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= xboard MAINTAINER= xaa+ports@madison-gurkha.com |