summaryrefslogtreecommitdiff
path: root/databases/postgis/Makefile
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-11-28 14:08:19 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-11-28 14:08:19 +0000
commit823b38bcabc7fbb1663ce17ec1da0a6e3e3043b5 (patch)
tree8681d8a232eaa313222fd4a1a40be668ee089043 /databases/postgis/Makefile
parentUpdate to 2.5.0 (diff)
Update to 1.0.5
PR: ports/89667 Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br> (maintainer)
Notes
Notes: svn path=/head/; revision=149780
Diffstat (limited to 'databases/postgis/Makefile')
-rw-r--r--databases/postgis/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/postgis/Makefile b/databases/postgis/Makefile
index bf7c8ef78a21..eb4eed2741a1 100644
--- a/databases/postgis/Makefile
+++ b/databases/postgis/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= postgis
-DISTVERSION= 1.0.4
-PORTREVISION= 2
+DISTVERSION= 1.0.5
CATEGORIES= databases
MASTER_SITES= http://postgis.refractions.net/download/
@@ -73,6 +72,8 @@ pre-configure:
${MV} ${WRKDIR}/pgsql/postgresql* ${PGSQL_SRC} \
post-install:
+ @([ -d ${PREFIX}/lib/postgresql ] || ${MKDIR} ${PREFIX}/lib/postgresql )
+ @ ${LN} ${PREFIX}/lib/liblwgeom.so.1 ${PREFIX}/lib/postgresql
@ ${SETENV} PKG_PREFIX=${PREFIX} \
${SH} ${PKGINSTALL} ${PORTNAME} POST-INSTALL