aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgis
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2004-07-04 21:09:34 +0800
committerthierry <thierry@FreeBSD.org>2004-07-04 21:09:34 +0800
commit706f68a7f670f42aa378f6cfd810073525177368 (patch)
treefe02a6001b11cefdc32a59f3266e44a516711780 /databases/postgis
parent1951bf7a2ae030a9ca1bb9c1c7bb0f61201f666b (diff)
downloadfreebsd-ports-gnome-706f68a7f670f42aa378f6cfd810073525177368.tar.gz
freebsd-ports-gnome-706f68a7f670f42aa378f6cfd810073525177368.tar.zst
freebsd-ports-gnome-706f68a7f670f42aa378f6cfd810073525177368.zip
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.
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)