diff options
author | trevor <trevor@FreeBSD.org> | 2004-03-19 01:50:26 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-03-19 01:50:26 +0800 |
commit | 934c27b84667b8130391d4a6f41106837d37f3c2 (patch) | |
tree | cba857ac8a327bd7e8710d4aa88587ee7aef10a5 | |
parent | fc0f334d157adbbf8d8c7c3822a3274cea54c1b4 (diff) | |
download | freebsd-ports-gnome-934c27b84667b8130391d4a6f41106837d37f3c2.tar.gz freebsd-ports-gnome-934c27b84667b8130391d4a6f41106837d37f3c2.tar.zst freebsd-ports-gnome-934c27b84667b8130391d4a6f41106837d37f3c2.zip |
The distfile on Sourceforge has been changed--use a different master
site for now.
Noticed by: krion
Obtained from: <URL:http://www.alltheweb.com> search engine (the new site)
-rw-r--r-- | astro/celestia/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/celestia/Makefile b/astro/celestia/Makefile index 3e4e9c604d0c..8987144724ab 100644 --- a/astro/celestia/Makefile +++ b/astro/celestia/Makefile @@ -8,7 +8,8 @@ PORTNAME= celestia PORTVERSION= 1.3.1 CATEGORIES= astro -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= http://fresh.t-systems-sfr.com/unix/src/misc/ +# ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= celestia MAINTAINER= trevor@FreeBSD.org |