From b7d18e134ac652307b3fbcfa02a2d8314241a543 Mon Sep 17 00:00:00 2001 From: hubertf Date: Sun, 2 Apr 2000 16:40:41 +0000 Subject: Postgres is no longer in LOCALBASE/pgsql it seems --- www/php3-pgsql/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/php3-pgsql') diff --git a/www/php3-pgsql/Makefile b/www/php3-pgsql/Makefile index 9395cf317cf..5f91f46d64d 100644 --- a/www/php3-pgsql/Makefile +++ b/www/php3-pgsql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/12/02 01:47:06 darcy Exp $ +# $NetBSD: Makefile,v 1.5 2000/04/02 16:40:41 hubertf Exp $ # PKGNAME= php-pgsql-${PHP_VERSION} @@ -11,8 +11,8 @@ BUILDING_EXTENSION_MODULE=yes do-build: cd ${WRKSRC}/functions && \ - ${COMPILE.c} -I.. -I. -I${LOCALBASE}/pgsql/include -fPIC -DPIC -DCOMPILE_DL pgsql.c && \ - ld -Bshareable -o pgsql.so pgsql.o -L${LOCALBASE}/pgsql/lib -R${LOCALBASE}/pgsql/lib -lpq + ${COMPILE.c} -I.. -I. -I${LOCALBASE}/include -fPIC -DPIC -DCOMPILE_DL pgsql.c && \ + ld -Bshareable -o pgsql.so pgsql.o -L${LOCALBASE}/lib -R${LOCALBASE}/lib -lpq do-install: ${INSTALL_DATA} ${WRKSRC}/functions/pgsql.so ${PREFIX}/lib/php3/ -- cgit v1.2.3