diff options
author | sem <sem@FreeBSD.org> | 2005-05-18 00:09:29 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-05-18 00:09:29 +0800 |
commit | dcd98f01d2f218c3f2e16ecc322c9ae6c6fab0e6 (patch) | |
tree | 76234934eba7210d6aca9d178bb055f163431278 /databases/p5-DBD-InterBase | |
parent | e738a683373def0e7540d0e6027860ba8c147e94 (diff) | |
download | freebsd-ports-gnome-dcd98f01d2f218c3f2e16ecc322c9ae6c6fab0e6.tar.gz freebsd-ports-gnome-dcd98f01d2f218c3f2e16ecc322c9ae6c6fab0e6.tar.zst freebsd-ports-gnome-dcd98f01d2f218c3f2e16ecc322c9ae6c6fab0e6.zip |
- Fix after spliting firebird
- Bump PORTREVISION
PR: ports/79337
Submitted by: Renato Botelho <freebsd@galle.com.br> (firebird maintainer)
Diffstat (limited to 'databases/p5-DBD-InterBase')
-rw-r--r-- | databases/p5-DBD-InterBase/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/p5-DBD-InterBase/Makefile b/databases/p5-DBD-InterBase/Makefile index 80fc48c3164e..522dfc4990fa 100644 --- a/databases/p5-DBD-InterBase/Makefile +++ b/databases/p5-DBD-InterBase/Makefile @@ -7,7 +7,7 @@ PORTNAME= DBD-InterBase PORTVERSION= 0.43 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= dbi-interbase @@ -16,12 +16,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= DBI driver for InterBase RDBMS server -LIB_DEPENDS= gds:${PORTSDIR}/databases/firebird +LIB_DEPENDS= gds:${PORTSDIR}/databases/firebird-client PERL_CONFIGURE= yes post-patch: - @${PERL} -pi -e 's,%%IB_BASE%%,${PREFIX}/firebird,g' \ + @${PERL} -pi -e 's,%%IB_BASE%%,${LOCALBASE},g' \ ${WRKSRC}/Makefile.PL MAN3= Bundle::DBD::InterBase.3 DBD::InterBase.3 DBD::InterBase::FAQ.3 |