diff options
author | nakai <nakai@FreeBSD.org> | 2000-09-07 08:32:38 +0000 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 2000-09-07 08:32:38 +0000 |
commit | bced0caff80082df4f04533be2658d158e72d653 (patch) | |
tree | 89ca950c2bd18449e5dcbd5b75829ca12e458a42 /games/xpuzzletama | |
parent | 845fe16b1f955c8be3c23cc5c16d47c2723014a3 (diff) | |
download | FreeBSD-ports-bced0caff80082df4f04533be2658d158e72d653.zip FreeBSD-ports-bced0caff80082df4f04533be2658d158e72d653.tar.gz |
Fix MASTER_SITES
PR: ports/20323
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'games/xpuzzletama')
-rw-r--r-- | games/xpuzzletama/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/games/xpuzzletama/Makefile b/games/xpuzzletama/Makefile index 509052e..a9b862d 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 |