diff options
author | miwi <miwi@FreeBSD.org> | 2011-11-26 00:54:56 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-11-26 00:54:56 +0800 |
commit | 325036e8bb8abf6f451893c013c63a78881feb32 (patch) | |
tree | b579b745144035e54497b1cb37a61b66c2b69170 /astro/orsa | |
parent | 95b8cf987f7c1192fa8f86916db6b893c6710986 (diff) | |
download | freebsd-ports-gnome-325036e8bb8abf6f451893c013c63a78881feb32.tar.gz freebsd-ports-gnome-325036e8bb8abf6f451893c013c63a78881feb32.tar.zst freebsd-ports-gnome-325036e8bb8abf6f451893c013c63a78881feb32.zip |
- Fix MASTER_SITES
PR: 162833
Submitted by: Ports Fury
Feature safe: yes
Diffstat (limited to 'astro/orsa')
-rw-r--r-- | astro/orsa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/orsa/Makefile b/astro/orsa/Makefile index 13b6a5b84e9c..1c31e202fc55 100644 --- a/astro/orsa/Makefile +++ b/astro/orsa/Makefile @@ -10,7 +10,7 @@ PORTNAME= orsa PORTVERSION= 0.7.0 PORTREVISION= 21 CATEGORIES= astro -MASTER_SITES= SF/${PORTNAME}/OldFiles +MASTER_SITES= SF/${PORTNAME}/${PORTNAME:U} MAINTAINER= ports@FreeBSD.org COMMENT= Orbit Reconstruction, Simulation and Analysis |