diff options
author | dsainty <dsainty@pkgsrc.org> | 2006-12-15 18:15:00 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2006-12-15 18:15:00 +0000 |
commit | b08563abefbcd20aa561e3af16731802f8d1b2a7 (patch) | |
tree | aab78f726d99206218fa51b5af932b349227852b /misc/proj | |
parent | 0c95a735eec4699d3e806a99398729f4e3d0014a (diff) | |
download | pkgsrc-b08563abefbcd20aa561e3af16731802f8d1b2a7.tar.gz |
Add the HTTP mirror documented on the home page
Diffstat (limited to 'misc/proj')
-rw-r--r-- | misc/proj/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/proj/Makefile b/misc/proj/Makefile index ce0fd2a4109..0d828a02c52 100644 --- a/misc/proj/Makefile +++ b/misc/proj/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.22 2006/12/11 18:23:18 gdt Exp $ +# $NetBSD: Makefile,v 1.23 2006/12/15 18:15:00 dsainty Exp $ DISTNAME= proj-4.5.0 PKGREVISION= 1 CATEGORIES= misc geography -MASTER_SITES= ftp://ftp.remotesensing.org/pub/proj/ +MASTER_SITES= ftp://ftp.remotesensing.org/pub/proj/ \ + http://dl.maptools.org/dl/proj/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} proj-datumgrid-1.3${EXTRACT_SUFX} MAINTAINER= gdt@NetBSD.org |