From bced0caff80082df4f04533be2658d158e72d653 Mon Sep 17 00:00:00 2001 From: nakai Date: Thu, 7 Sep 2000 08:32:38 +0000 Subject: Fix MASTER_SITES PR: ports/20323 Submitted by: KATO Tsuguru --- games/xpuzzletama/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'games/xpuzzletama') diff --git a/games/xpuzzletama/Makefile b/games/xpuzzletama/Makefile index 509052e47379..a9b862df2500 100644 --- a/games/xpuzzletama/Makefile +++ b/games/xpuzzletama/Makefile @@ -8,11 +8,14 @@ PORTNAME= xpuzzletama PORTVERSION= 1.5b CATEGORIES= games -MASTER_SITES= ftp://ftp.jaist.ac.jp/pub/os/linux/JG/JG-0.9.1/sources/ +MASTER_SITES= ftp://stardust.sfc.wide.ad.jp/pub/JG/JG-0.9.1/sources/ \ + ftp://ftp.riken.go.jp/pub/Linux/jg/JG-0.9.1/sources/ \ + ftp://ftp.eos.hokudai.ac.jp/pub/Linux/JG/JG-0.9.1/sources/ \ + ftp://mirror.nucba.ac.jp/mirror/JG/JG-0.9.1/sources/ MAINTAINER= nakai@FreeBSD.org -WRKSRC= ${WRKDIR}/xpuzzletama +WRKSRC= ${WRKDIR}/${PORTNAME} USE_IMAKE= yes USE_XPM= yes NO_INSTALL_MANPAGES= yes -- cgit