aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2005-08-30 16:24:20 +0800
committerleeym <leeym@FreeBSD.org>2005-08-30 16:24:20 +0800
commit448af58772ab87e24e041fede5beb4582ee52ce8 (patch)
treeb471c8c43a9675e36ac8a308151147ee2389cefe /databases
parentc7eec727297dd014a8c0663b6f784394668d9b8c (diff)
downloadfreebsd-ports-gnome-448af58772ab87e24e041fede5beb4582ee52ce8.tar.gz
freebsd-ports-gnome-448af58772ab87e24e041fede5beb4582ee52ce8.tar.zst
freebsd-ports-gnome-448af58772ab87e24e041fede5beb4582ee52ce8.zip
- remove autosplit.ix and unbreak this port
PR: 84179 Submitted by: leeym Approved by: maintainer timeout
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-DBD-LDAP/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/p5-DBD-LDAP/Makefile b/databases/p5-DBD-LDAP/Makefile
index 6ba30f057cf5..0b2accd5fa8a 100644
--- a/databases/p5-DBD-LDAP/Makefile
+++ b/databases/p5-DBD-LDAP/Makefile
@@ -22,12 +22,14 @@ PERL_CONFIGURE= yes
MAN3= DBD::LDAP.3
+post-build:
+ @${FIND} ${WRKSRC} -name autosplit.ix -delete
+
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
-BROKEN= "Incomplete pkg-plist"
.else
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI