diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-31 02:39:30 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-31 02:39:30 +0000 |
commit | d5126fe5f3785a5e7ea3f8495d60f5c932485252 (patch) | |
tree | c83edb5f85465a37af2c2102568f5d40fee72013 /games/gnubg | |
parent | d613f825636f12dfe875c743a95a52cc4ef0fcd5 (diff) | |
download | ports-d5126fe5f3785a5e7ea3f8495d60f5c932485252.tar.gz ports-d5126fe5f3785a5e7ea3f8495d60f5c932485252.zip |
Notes
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 |