From e49c9ee00538ec146b0249d2649c03b47b5e4feb Mon Sep 17 00:00:00 2001 From: kevlo Date: Fri, 23 Feb 2001 01:18:20 +0000 Subject: [PATCH] ${PREFIX} -> ${LOCALBASE} Thanks to danh@ --- databases/p5-DBD-Pg/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/databases/p5-DBD-Pg/Makefile b/databases/p5-DBD-Pg/Makefile index 6c11e6600c7..28b5bad597d 100644 --- a/databases/p5-DBD-Pg/Makefile +++ b/databases/p5-DBD-Pg/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2001/02/13 07:09:45 kevlo Exp $ +# $OpenBSD: Makefile,v 1.22 2001/02/23 01:18:20 kevlo Exp $ DISTNAME= DBD-Pg-0.95 PKGNAME= p5-DBD-Pg-0.95 @@ -17,8 +17,9 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -CONFIGURE_ENV+= POSTGRES_HOME="${PREFIX}" POSTGRES_LIB="${PREFIX}/lib/pgsql" \ - POSTGRES_INCLUDE="${PREFIX}/include/pgsql" +CONFIGURE_ENV+= POSTGRES_HOME="${LOCALBASE}" \ + POSTGRES_LIB="${LOCALBASE}/lib/pgsql" \ + POSTGRES_INCLUDE="${LOCALBASE}/include/pgsql" CONFIGURE_STYLE= perl