diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-04-02 16:40:41 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-04-02 16:40:41 +0000 |
commit | b7d18e134ac652307b3fbcfa02a2d8314241a543 (patch) | |
tree | 19ce8893a1336a71101801a76990090999ea79c4 | |
parent | 437062e47b9bd146a208161fbe157b436192914f (diff) | |
download | pkgsrc-b7d18e134ac652307b3fbcfa02a2d8314241a543.tar.gz |
Postgres is no longer in LOCALBASE/pgsql it seems
-rw-r--r-- | www/php3-pgsql/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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/ |