Make $LOCALBASE-aware

PR:		ports/87624
Submitted by:	maintainer
This commit is contained in:
Volker Stolz 2005-10-19 15:47:50 +00:00
parent 505330f62c
commit f73660194e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145878
2 changed files with 20 additions and 0 deletions

View File

@ -39,6 +39,16 @@ PLIST_SUB+= PERLTOOLS="@comment "
SUB_LIST+= PERLTOOLS="@comment "
.endif
# let configure find postgres stuff in non-standard places
CONFIGURE_ARGS+=--with-pgconfigdir=${LOCALBASE}/bin \
--with-pgbindir=${LOCALBASE}/bin \
--with-pgincludedir=${LOCALBASE}/include \
--with-pgincludeserverdir=${LOCALBASE}/include/postgresql/server \
--with-pglibdir=${LOCALBASE}/lib \
--with-pgpkglibdir=${LOCALBASE}/lib/postgresql \
--with-pgsharedir=${LOCALBASE}/share/postgresql
DEFAULT_PGSQL_VER?=80
# Setting/finding PostgreSQL version we want.

View File

@ -39,6 +39,16 @@ PLIST_SUB+= PERLTOOLS="@comment "
SUB_LIST+= PERLTOOLS="@comment "
.endif
# let configure find postgres stuff in non-standard places
CONFIGURE_ARGS+=--with-pgconfigdir=${LOCALBASE}/bin \
--with-pgbindir=${LOCALBASE}/bin \
--with-pgincludedir=${LOCALBASE}/include \
--with-pgincludeserverdir=${LOCALBASE}/include/postgresql/server \
--with-pglibdir=${LOCALBASE}/lib \
--with-pgpkglibdir=${LOCALBASE}/lib/postgresql \
--with-pgsharedir=${LOCALBASE}/share/postgresql
DEFAULT_PGSQL_VER?=80
# Setting/finding PostgreSQL version we want.