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 | bb55415657f574b1b1f1981973ac74ca9ff5dd82 (diff) | |
download | ports-34223990089e81a618ee98da165796a0ac9ac122.tar.gz ports-34223990089e81a618ee98da165796a0ac9ac122.zip |
Notes
-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 |