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 /net | |
parent | 44dadbac1af450c1530be1b5d71b2c649a97b5ec (diff) | |
download | freebsd-ports-gnome-625887a2e19fba176b6cffbda048fd6bcdf565d6.tar.gz freebsd-ports-gnome-625887a2e19fba176b6cffbda048fd6bcdf565d6.tar.zst freebsd-ports-gnome-625887a2e19fba176b6cffbda048fd6bcdf565d6.zip |
Fix MASTER_SITES
Diffstat (limited to 'net')
-rw-r--r-- | net/lambdamoo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |