diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-04-21 11:43:12 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-04-21 11:43:12 +0000 |
commit | 7b488295120bfec78abcdd29c219fd0995676c04 (patch) | |
tree | 24fccee7f220d354bab8169352f38ae33d6ecb56 /databases/p5-DBD-Pg | |
parent | Upgrade to 7.1, change to new layout style. (diff) |
Fix include directory for postgresql7.1's new layout.
Notes
Notes:
svn path=/head/; revision=41759
Diffstat (limited to 'databases/p5-DBD-Pg')
-rw-r--r-- | databases/p5-DBD-Pg/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/databases/p5-DBD-Pg/Makefile b/databases/p5-DBD-Pg/Makefile index 7d49ca266097..b90fad1f64d6 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> |