diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-03-18 17:50:26 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-03-18 17:50:26 +0000 |
commit | 34223990089e81a618ee98da165796a0ac9ac122 (patch) | |
tree | 95f509cec2c5b916115fb517b0f5048d5510e5d3 | |
parent | E-mail to the maintainer bounced: (diff) |
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 |