diff options
author | tg <tg@FreeBSD.org> | 1999-05-04 16:50:04 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1999-05-04 16:50:04 +0800 |
commit | 8f427bb99edba6b7c0f7f47e9d5a4dd983d1e7f9 (patch) | |
tree | ea87e5032f7974d44993292cb3cc4c99fd62e937 /games/xgammon | |
parent | 5ae26d905ca066811c0545053fb7343585559963 (diff) | |
download | freebsd-ports-gnome-8f427bb99edba6b7c0f7f47e9d5a4dd983d1e7f9.tar.gz freebsd-ports-gnome-8f427bb99edba6b7c0f7f47e9d5a4dd983d1e7f9.tar.zst freebsd-ports-gnome-8f427bb99edba6b7c0f7f47e9d5a4dd983d1e7f9.zip |
Add another master site.
Diffstat (limited to 'games/xgammon')
-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 |