diff options
author | krion <krion@FreeBSD.org> | 2003-10-12 21:12:14 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-12 21:12:14 +0800 |
commit | 8bbadd5b91d8e709d742d9ea65cccfa5b1c512ae (patch) | |
tree | 6dcdff3f21eab398078ab184f7c508ff4d015a1c /misc | |
parent | 21361579583f925acc9c34062b2bac2a9212a378 (diff) | |
download | freebsd-ports-gnome-8bbadd5b91d8e709d742d9ea65cccfa5b1c512ae.tar.gz freebsd-ports-gnome-8bbadd5b91d8e709d742d9ea65cccfa5b1c512ae.tar.zst freebsd-ports-gnome-8bbadd5b91d8e709d742d9ea65cccfa5b1c512ae.zip |
- Fix MASTER_SITES
PR: 57893
Submitted by: Ports Fury
Diffstat (limited to 'misc')
-rw-r--r-- | misc/projectionlib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/projectionlib/Makefile b/misc/projectionlib/Makefile index 75adc7bb3239..e74d199ff8b5 100644 --- a/misc/projectionlib/Makefile +++ b/misc/projectionlib/Makefile @@ -8,8 +8,7 @@ PORTNAME= projectionlib PORTVERSION= 3.7 CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_LOCAL} \ - ftp://ftpmcmc.er.usgs.gov/release/dlgv32/ +MASTER_SITES= http://thor-f5.er.usgs.gov/viewers/dlgv32/ DISTNAME= dlgv32v37src MAINTAINER= ports@FreeBSD.org |