diff options
author | mat <mat@FreeBSD.org> | 2016-04-12 23:06:10 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-12 23:06:10 +0800 |
commit | 80d4ac93a80f1e8f530479ffe80f2a6376a6cf61 (patch) | |
tree | 27683c0abca473619926bc1f05a58dceef508a5c /misc/gctpc/Makefile | |
parent | 7da2b73c9f20de75c7e287248930db736016f8a7 (diff) | |
download | freebsd-ports-gnome-80d4ac93a80f1e8f530479ffe80f2a6376a6cf61.tar.gz freebsd-ports-gnome-80d4ac93a80f1e8f530479ffe80f2a6376a6cf61.tar.zst freebsd-ports-gnome-80d4ac93a80f1e8f530479ffe80f2a6376a6cf61.zip |
Unbreak.
PR: 208716
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
Diffstat (limited to 'misc/gctpc/Makefile')
-rw-r--r-- | misc/gctpc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/gctpc/Makefile b/misc/gctpc/Makefile index 1c9abea9f4f7..2bd200ca9874 100644 --- a/misc/gctpc/Makefile +++ b/misc/gctpc/Makefile @@ -4,14 +4,12 @@ PORTNAME= gctpc PORTVERSION= 2.0 CATEGORIES= misc geography -MASTER_SITES= http://edcftp.cr.usgs.gov/pub/software/gctpc/ +MASTER_SITES= http://www.nco.ncep.noaa.gov/pmb/codes/nwprod/util/sorc/wgrib2.cd/grib2/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} MAINTAINER= ports@FreeBSD.org COMMENT= USGS General Cartographic Transformation Package (GCTP) -BROKEN= unfetchable - WRKSRC= ${WRKDIR}/${PORTNAME}/source USES= gmake tar:Z |