diff options
author | flathill <flathill@FreeBSD.org> | 2003-03-08 02:50:50 +0800 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 2003-03-08 02:50:50 +0800 |
commit | 625887a2e19fba176b6cffbda048fd6bcdf565d6 (patch) | |
tree | aeced3d35b87663c6ce23f87e6df4c38e2fac3b0 | |
parent | 44dadbac1af450c1530be1b5d71b2c649a97b5ec (diff) | |
download | freebsd-ports-gnome-625887a2e19fba176b6cffbda048fd6bcdf565d6.tar.gz freebsd-ports-gnome-625887a2e19fba176b6cffbda048fd6bcdf565d6.tar.zst freebsd-ports-gnome-625887a2e19fba176b6cffbda048fd6bcdf565d6.zip |
Fix MASTER_SITES
-rw-r--r-- | japanese/lambdamoo/Makefile | 2 | ||||
-rw-r--r-- | net/lambdamoo/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/japanese/lambdamoo/Makefile b/japanese/lambdamoo/Makefile index 716aaf9fc41a..8971f1e9d9ec 100644 --- a/japanese/lambdamoo/Makefile +++ b/japanese/lambdamoo/Makefile @@ -8,7 +8,7 @@ PORTNAME= lambdamoo PORTVERSION= 1.8.1 CATEGORIES= japanese net -MASTER_SITES= ftp://ftp.place.org/pub/moo/ \ +MASTER_SITES= http://download.sourceforge.net/lambdamoo/ ftp://ftp.leo.chubu.ac.jp/pub/network/mnews/ DISTNAME= LambdaMOO-${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ diff --git a/net/lambdamoo/Makefile b/net/lambdamoo/Makefile index c8ab51c3acaf..0e64a35433c4 100644 --- a/net/lambdamoo/Makefile +++ b/net/lambdamoo/Makefile @@ -8,7 +8,7 @@ PORTNAME= lambdamoo PORTVERSION= 1.8.1 CATEGORIES= net -MASTER_SITES= ftp://ftp.place.org/pub/moo/ +MASTER_SITES= http://download.sourceforge.net/lambdamoo/ DISTNAME= LambdaMOO-${PORTVERSION} MAINTAINER= flathill@FreeBSD.ORG |