summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
authorwiz <wiz>2006-08-23 18:29:53 +0000
committerwiz <wiz>2006-08-23 18:29:53 +0000
commit4fb7114d67a1f3c62cf0c48eb7c0c6f50814baad (patch)
tree15bb578f968d64a7b9d186861ba3f492fe37fa6d /geography
parent90eed6ea1edf68190193082012436addd79a4d8a (diff)
downloadpkgsrc-4fb7114d67a1f3c62cf0c48eb7c0c6f50814baad.tar.gz
Use separate SITES.* for the two pdfs, to speed up downloads.
Diffstat (limited to 'geography')
-rw-r--r--geography/epsg/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/geography/epsg/Makefile b/geography/epsg/Makefile
index 2a9ab1c4032..20f928dc027 100644
--- a/geography/epsg/Makefile
+++ b/geography/epsg/Makefile
@@ -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 @@ RESTRICTED= No commercial redistribution
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