pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/geography/epsg Use separate SITES.* for the two pdfs, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/677c640085ed
branches:  trunk
changeset: 517845:677c640085ed
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Aug 23 18:29:53 2006 +0000

description:
Use separate SITES.* for the two pdfs, to speed up downloads.

diffstat:

 geography/epsg/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r efc60ac29fd2 -r 677c640085ed geography/epsg/Makefile
--- a/geography/epsg/Makefile   Wed Aug 23 18:29:22 2006 +0000
+++ b/geography/epsg/Makefile   Wed Aug 23 18:29:53 2006 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/08/16 14:37:21 gdt Exp $
+# $NetBSD: Makefile,v 1.2 2006/08/23 18:29:53 wiz Exp $
 #
 
 DISTNAME=              epsg-v6_11sql-PostgreSQL
 PKGNAME=               epsg-6.11
 CATEGORIES=            geography databases
-MASTER_SITES+=         http://www.epsg.org/databases/ \
-                       http://www.epsg.org/guides/docs/
+MASTER_SITES+=         http://www.epsg.org/databases/
 DISTFILES+=            epsg-v6_11sql-PostgreSQL.zip \
                        epsg-v6_11sql-mySQL.zip \
                        G7-1.pdf G7-2.pdf
@@ -22,6 +21,9 @@
 NO_SRC_ON_CDROM=       ${RESTRICTED}
 NO_BIN_ON_CDROM=       ${RESTRICTED}
 
+SITES.G7-1.pdf=                http://www.epsg.org/guides/docs/
+SITES.G7-2.pdf=                ${SITES.G7-1.pdf}
+
 WRKSRC=                        ${WRKDIR}/epsg-v6_11sql-postgresql
 WRKSRC.pgsql=          ${WRKDIR}/epsg-v6_11sql-PostgreSQL
 WRKSRC.mysql=          ${WRKDIR}/epsg-v6_11sql-mySQL



Home | Main Index | Thread Index | Old Index