diff options
Diffstat (limited to 'games/xgammon/Makefile')
-rw-r--r-- | games/xgammon/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/xgammon/Makefile b/games/xgammon/Makefile index 2015e12661b6..50a4cb365568 100644 --- a/games/xgammon/Makefile +++ b/games/xgammon/Makefile @@ -3,12 +3,13 @@ # Date created: 02 January 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.7 1998/10/13 14:33:36 jseger Exp $ +# $Id: Makefile,v 1.8 1998/10/28 12:09:43 tg Exp $ # DISTNAME= xgammon-0.98 CATEGORIES= games -MASTER_SITES= ftp://ftp.redhat.com/pub/redhat/current/SRPMS/SRPMS/ +MASTER_SITES= ftp://ftp.redhat.com/pub/redhat/current/SRPMS/SRPMS/ \ + ftp://ftp.gwdg.de/pub/linux/redhat/current/SRPMS/SRPMS/ EXTRACT_SUFX= -11.src.rpm PATCH_DIST_STRIP= -p1 |