summaryrefslogtreecommitdiff
path: root/geography/epsg/files
diff options
context:
space:
mode:
authorwiz <wiz>2006-10-12 22:56:08 +0000
committerwiz <wiz>2006-10-12 22:56:08 +0000
commit23495409ead2ec6af9e107ed3918e041a46c8724 (patch)
treee463b5c6dadff0447ecd4f5f396ad6cf3e49990f /geography/epsg/files
parent8927d4cdd974c3437b29cbdc72164166a5710d88 (diff)
downloadpkgsrc-23495409ead2ec6af9e107ed3918e041a46c8724.tar.gz
Update to 6.11.1 (old distfiles disappeared). Ok brook.
Version 6.11.1 is the current release of the EPSG dataset, distributed in an MS Access 97 database and/or as SQL scripts. It incorporates data received and verified since the release of Version 6.11 in August 2006. pkgsrc fixes: SUBST_* improvements (was patching nonexistent file)
Diffstat (limited to 'geography/epsg/files')
-rwxr-xr-xgeography/epsg/files/epsg-load8
1 files changed, 4 insertions, 4 deletions
diff --git a/geography/epsg/files/epsg-load b/geography/epsg/files/epsg-load
index ae8983de153..e3e4bb9cc91 100755
--- a/geography/epsg/files/epsg-load
+++ b/geography/epsg/files/epsg-load
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: epsg-load,v 1.1 2006/10/04 14:25:57 gdt Exp $
+# $NetBSD: epsg-load,v 1.2 2006/10/12 22:56:08 wiz Exp $
# epsg - import EPSG data into a relational database
@@ -41,10 +41,10 @@ HELP=0
USE_PGSQL=0
USE_MYSQL=0
-SRCDIR=${EPSGDIR}
+SRCDIR=@EPSGDIR@
-PSQL=${PREFIX}/bin/psql
-MYSQL=${PREFIX}/bin/mysql
+PSQL=@PREFIX@/bin/psql
+MYSQL=@PREFIX@/bin/mysql
if [ $# = 0 ]; then
HELP=1