From b6b26d02a868f0e15d1f8f741574d9e054a65795 Mon Sep 17 00:00:00 2001 From: brad Date: Mon, 27 Sep 1999 20:48:36 +0000 Subject: [PATCH] replace bad MASTER_SITE with a few good ones --- games/xminesweep/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/games/xminesweep/Makefile b/games/xminesweep/Makefile index 41db9839a46..e6ab3c1acd4 100644 --- a/games/xminesweep/Makefile +++ b/games/xminesweep/Makefile @@ -1,15 +1,15 @@ -# $OpenBSD: Makefile,v 1.3 1999/01/14 02:36:56 angelos Exp $ -# +# $OpenBSD: Makefile,v 1.4 1999/09/27 20:48:36 brad Exp $ DISTNAME= xminesweep3.0 PKGNAME= xminesweep-3.0 CATEGORIES= games +MASTER_SITES= ftp://ftp.netlab.is.tsukuba.ac.jp/pub/X/our_collections/games/ \ + ftp://ftp.uni-halle.de/pub/X11/contrib/games/ \ + ftp://ftp.warwick.ac.uk/pub/x11/ +EXTRACT_SUFX= .tar.Z MAINTAINER= angelos@openbsd.org -MASTER_SITES= ftp://ftp.sw.ru/pub/x11/ -EXTRACT_SUFX= .tar.Z - USE_IMAKE= yes .include