summaryrefslogtreecommitdiff
path: root/databases/postgis
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-07-04 13:09:34 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-07-04 13:09:34 +0000
commitba79f14766a13cfdca84ffefb9252345752197e2 (patch)
treefb6e080afbb9502a1298d59b0153df9a03086025 /databases/postgis
parentRename p5-Flash-FLAP to p5-AMF-Perl. (diff)
Yet another attempt to fix package building on pointyhat:
Don't use WRKDIRPREFIX but a relative path to find PostgreSQL's directory. Reported by: Kris.
Notes
Notes: svn path=/head/; revision=112908
Diffstat (limited to 'databases/postgis')
-rw-r--r--databases/postgis/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgis/Makefile b/databases/postgis/Makefile
index 2deeff51c0d4..ed5a76f82dfc 100644
--- a/databases/postgis/Makefile
+++ b/databases/postgis/Makefile
@@ -23,9 +23,9 @@ USE_GMAKE= yes
USE_PERL5_BUILD= yes
MAKE_ARGS= PGSQL_SRC=${PGSQL_SRC}
-PGSQL_PORTDIR= ${PORTSDIR}/databases/postgresql7
+PGSQL_PORTDIR= ${WRKDIR}/../../../databases/postgresql7
WRKSRC= ${WRKDIR}/postgis-${PORTVERSION}
-PGSQL_SRC= ${WRKDIRPREFIX}${PGSQL_PORTDIR}/work/postgresql-7.4.3
+PGSQL_SRC= ${PGSQL_PORTDIR}/work/postgresql-7.4.3
INSTALL_TARGET= install
.if defined(WITH_GEOS)