diff options
author | tg <tg@FreeBSD.org> | 1998-11-25 07:47:24 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-11-25 07:47:24 +0000 |
commit | b1b71cdbf39fd13dd75ea7fb88a330b5270da08d (patch) | |
tree | 8876212aac0882ae3cd8265e0022873db24e20a5 /games/xgammon/Makefile | |
parent | 0fc820e20a9bef8c83a85006b8df3529fa33934f (diff) | |
download | FreeBSD-ports-b1b71cdbf39fd13dd75ea7fb88a330b5270da08d.zip FreeBSD-ports-b1b71cdbf39fd13dd75ea7fb88a330b5270da08d.tar.gz |
Distfile has been changed. Use better mirror site.
Diffstat (limited to 'games/xgammon/Makefile')
-rw-r--r-- | games/xgammon/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/xgammon/Makefile b/games/xgammon/Makefile index 50a4cb3..0fd1f5b 100644 --- a/games/xgammon/Makefile +++ b/games/xgammon/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: xgammon -# Version required: 0.98-11 +# Version required: 0.98-12 # Date created: 02 January 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.8 1998/10/28 12:09:43 tg Exp $ +# $Id: Makefile,v 1.9 1998/11/09 08:16:25 tg Exp $ # DISTNAME= xgammon-0.98 CATEGORIES= games 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 + ftp://ftp.mpi-sb.mpg.de:/pub/linux/mirror/ftp.redhat.com/redhat/redhat-5.2/SRPMS/SRPMS/ +EXTRACT_SUFX= -12.src.rpm PATCH_DIST_STRIP= -p1 |