diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-10-31 10:39:30 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-10-31 10:39:30 +0800 |
commit | acedbf5906b82fd7bc45bc467aa695b917e18ac5 (patch) | |
tree | 2f9c107b6dd7156aad82b9010f56d5f20eb2bc61 /games/gnubg | |
parent | c3df285697c15e4668dca19d973153f580143cd6 (diff) | |
download | freebsd-ports-gnome-acedbf5906b82fd7bc45bc467aa695b917e18ac5.tar.gz freebsd-ports-gnome-acedbf5906b82fd7bc45bc467aa695b917e18ac5.tar.zst freebsd-ports-gnome-acedbf5906b82fd7bc45bc467aa695b917e18ac5.zip |
introduce MASTER_SITE_GNU_ALPHA
Diffstat (limited to 'games/gnubg')
-rw-r--r-- | games/gnubg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gnubg/Makefile b/games/gnubg/Makefile index 4b7dbc673998..b1afcf9db22e 100644 --- a/games/gnubg/Makefile +++ b/games/gnubg/Makefile @@ -8,7 +8,8 @@ PORTNAME= gnubg PORTVERSION= 0.13.0 CATEGORIES= games -MASTER_SITES= ftp://alpha.gnu.org/gnu/gnubg/ +MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} +MASTER_SITE_SUBDIR= ${PORTNAME} DISTFILES= ${DISTNAME}.tar.gz \ gnubg.weights-${GNUBG_WEIGHTS_VERSION}.gz \ gnubg_ts0.bd.gz gnubg_os0.bd.gz |