summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-04-02 16:40:41 +0000
committerhubertf <hubertf>2000-04-02 16:40:41 +0000
commit5c267d96e2e02e792a4487b3bca2a77798076154 (patch)
tree19ce8893a1336a71101801a76990090999ea79c4 /www
parentdbb50b58868394a2b9033abae6a73a37ce812e7e (diff)
downloadpkgsrc-5c267d96e2e02e792a4487b3bca2a77798076154.tar.gz
Postgres is no longer in LOCALBASE/pgsql it seems
Diffstat (limited to 'www')
-rw-r--r--www/php3-pgsql/Makefile6
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/