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.
This commit is contained in:
Thierry Thomas 2004-07-04 13:09:34 +00:00
parent 405fd6f22d
commit ba79f14766
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112908

View File

@ -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)