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 2dd3a251da82..0e792c1663cd 100644 --- a/games/xgammon/Makefile +++ b/games/xgammon/Makefile @@ -3,13 +3,14 @@ # Date created: 02 January 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.10 1998/11/25 07:47:24 tg Exp $ +# $Id: Makefile,v 1.11 1998/12/12 04:18:42 asami Exp $ # DISTNAME= xgammon-0.98 CATEGORIES= games MASTER_SITES= ftp://ftp.redhat.com/pub/redhat/current/SRPMS/SRPMS/ \ - ftp://ftp.mpi-sb.mpg.de:/pub/linux/mirror/ftp.redhat.com/redhat/redhat-5.2/SRPMS/SRPMS/ + ftp://ftp.mpi-sb.mpg.de:/pub/linux/mirror/ftp.redhat.com/redhat/redhat-5.2/SRPMS/SRPMS/ \ + ftp://sunsite.Informatik.RWTH-Aachen.DE/pub/comp/Linux/redhat/current/SRPMS/SRPMS/ EXTRACT_SUFX= -12.src.rpm PATCH_DIST_STRIP= -p1 |