summaryrefslogtreecommitdiffstats
path: root/databases/p5-DBD-Pg
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2001-04-21 11:43:12 +0000
committervanilla <vanilla@FreeBSD.org>2001-04-21 11:43:12 +0000
commitf0a2f2797f4d3272e245e7751bde364a15634c65 (patch)
tree172d9b14a805ee232c5d60d2e8797ff7a8f45e81 /databases/p5-DBD-Pg
parent4f94b9c8c7df606bab11c747db7be3620e297d1c (diff)
downloadFreeBSD-ports-f0a2f2797f4d3272e245e7751bde364a15634c65.zip
FreeBSD-ports-f0a2f2797f4d3272e245e7751bde364a15634c65.tar.gz
Fix include directory for postgresql7.1's new layout.
Diffstat (limited to 'databases/p5-DBD-Pg')
-rw-r--r--databases/p5-DBD-Pg/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/databases/p5-DBD-Pg/Makefile b/databases/p5-DBD-Pg/Makefile
index 7d49ca2..b90fad1 100644
--- a/databases/p5-DBD-Pg/Makefile
+++ b/databases/p5-DBD-Pg/Makefile
@@ -5,25 +5,25 @@
# $FreeBSD$
#
-PORTNAME= DBD-Pg
+PORTNAME= DBD-Pg
PORTVERSION= 0.96
-PORTREVISION= 1
-CATEGORIES= databases perl5
+PORTREVISION= 2
+CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBD
PKGNAMEPREFIX= p5-
-MAINTAINER= demon@FreeBSD.org
+MAINTAINER= demon@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
-CONFIGURE_ENV+= POSTGRES_INCLUDE=${PREFIX}/pgsql/include \
- POSTGRES_LIB=${PREFIX}/pgsql/lib
+CONFIGURE_ENV+= POSTGRES_INCLUDE=${PREFIX}/include/pgsql \
+ POSTGRES_LIB=${PREFIX}/lib
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN3= DBD::Pg.3 DBD::dbd-pg.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= DBD::Pg.3 DBD::dbd-pg.3
.include <bsd.port.mk>
OpenPOWER on IntegriCloud