diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-01-13 22:53:39 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-01-13 22:53:39 +0000 |
commit | 1060dcb89b2f39689ade2a387c8050b51fb9dadd (patch) | |
tree | dd927bc2061242441608284256ce97a05b63a5d9 /databases/postgis/files/updatedb.default | |
parent | [1] Add i810 driver to AMD64 package. (diff) |
Postgis upgrade from 0.9.0 to 0.9.1
Postgis upgrade from 0.9.0 to 0.9.1
Other changes:
- Adds support to PostgreSQL 8
- Includes Postgis HTML documentation
PR: ports/76214
Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br>
Notes
Notes:
svn path=/head/; revision=126371
Diffstat (limited to 'databases/postgis/files/updatedb.default')
-rw-r--r-- | databases/postgis/files/updatedb.default | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/databases/postgis/files/updatedb.default b/databases/postgis/files/updatedb.default new file mode 100644 index 000000000000..2af237355add --- /dev/null +++ b/databases/postgis/files/updatedb.default @@ -0,0 +1,5 @@ +#!/bin/sh + +LIBDIR=%%LIBDIR%% + +sed "s|'.*/libpostgis.so.0'|'${LIBDIR}/libpostgis.so.0'|g" $1 > $1.updated |