diff options
-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 |