diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 2003-03-07 18:50:50 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 2003-03-07 18:50:50 +0000 |
commit | ca4be53f3c5fc0058a3dd779ad1e398261e0cfb3 (patch) | |
tree | 8a67d301fa7e3ccf71153e96d7b5db8f10cd12c6 /net/lambdamoo | |
parent | ee0584a28654a41c37c39cbd912eaeda1946ca99 (diff) | |
download | ports-ca4be53f3c5fc0058a3dd779ad1e398261e0cfb3.tar.gz ports-ca4be53f3c5fc0058a3dd779ad1e398261e0cfb3.zip |
Fix MASTER_SITES
Notes
Notes:
svn path=/head/; revision=77054
Diffstat (limited to 'net/lambdamoo')
-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 |