aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-DBD-InterBase/Makefile
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2002-05-28 18:01:52 +0800
committerskv <skv@FreeBSD.org>2002-05-28 18:01:52 +0800
commit129163055bdc95e20058ebcf603d52e24eff2185 (patch)
treed92c4f8b5f79aed33a7f028c0be8a8707e0259e3 /databases/p5-DBD-InterBase/Makefile
parenta54e011e052250511c009840bec606ffd519f5c3 (diff)
downloadfreebsd-ports-gnome-129163055bdc95e20058ebcf603d52e24eff2185.tar.gz
freebsd-ports-gnome-129163055bdc95e20058ebcf603d52e24eff2185.tar.zst
freebsd-ports-gnome-129163055bdc95e20058ebcf603d52e24eff2185.zip
Minor fixes.
Diffstat (limited to 'databases/p5-DBD-InterBase/Makefile')
-rw-r--r--databases/p5-DBD-InterBase/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/p5-DBD-InterBase/Makefile b/databases/p5-DBD-InterBase/Makefile
index 808439a953f5..bd53af0b8059 100644
--- a/databases/p5-DBD-InterBase/Makefile
+++ b/databases/p5-DBD-InterBase/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBD
PKGNAMEPREFIX= p5-
-MAINTAINER= skv@protey.ru
+MAINTAINER= skv@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
LIB_DEPENDS= gds:${PORTSDIR}/databases/firebird
@@ -25,7 +25,6 @@ post-patch:
${WRKSRC}/Makefile.PL
MAN3= Bundle::DBD::InterBase.3 DBD::InterBase.3 DBD::InterBase::FAQ.3
-
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>