diff options
author | ahze <ahze@FreeBSD.org> | 2005-10-30 10:09:43 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-10-30 10:09:43 +0800 |
commit | c13b5cca0aabdb40430dbd15e477a9f01e7a2a78 (patch) | |
tree | c9ff124e98b9b2c3767903aac8e3685735821fd0 /games | |
parent | e2ef51f9c15fce1ae0dc7ee6744e8f30096f67e6 (diff) | |
download | freebsd-ports-gnome-c13b5cca0aabdb40430dbd15e477a9f01e7a2a78.tar.gz freebsd-ports-gnome-c13b5cca0aabdb40430dbd15e477a9f01e7a2a78.tar.zst freebsd-ports-gnome-c13b5cca0aabdb40430dbd15e477a9f01e7a2a78.zip |
- Add a MASTER_SITE to fix fetch
Spotted on: pointyhat web
Diffstat (limited to 'games')
-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 |