diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-10-30 02:09:43 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-10-30 02:09:43 +0000 |
commit | f6ecc96c6e045e82950d5f0c6c0e214e6cbaf669 (patch) | |
tree | 78a8d2357b86b3121cf779af31f5a8ec25358674 /games/gtkabale | |
parent | 425c4edca95c22954a8904956bac07a908fd7d0d (diff) |
- Add a MASTER_SITE to fix fetch
Spotted on: pointyhat web
Notes
Notes:
svn path=/head/; revision=146716
Diffstat (limited to 'games/gtkabale')
-rw-r--r-- | games/gtkabale/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gtkabale/Makefile b/games/gtkabale/Makefile index 7f576ebbdd45..ab731907ac05 100644 --- a/games/gtkabale/Makefile +++ b/games/gtkabale/Makefile @@ -9,7 +9,8 @@ PORTNAME= gtkabale PORTVERSION= 0.3 PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= ftp://ftp.seindal.dk/pub/rene/ +MASTER_SITES= http://ftp.citkit.ru/pub/sourceforge/g/gt/gtkabale/ \ + ftp://ftp.seindal.dk/pub/rene/ MAINTAINER= ports@FreeBSD.org COMMENT= A lazy version of solitaire game |