aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-LDAP
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2005-08-30 08:24:20 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2005-08-30 08:24:20 +0000
commitb83d81099b22fe927c8e6697fb72ab6ee5630350 (patch)
tree6a359bafff65331ca35c2f15946c83d3da750ac4 /databases/p5-DBD-LDAP
parent439752968f6ad68f9fb96f27f1e926773d3f9ff8 (diff)
downloadports-b83d81099b22fe927c8e6697fb72ab6ee5630350.tar.gz
ports-b83d81099b22fe927c8e6697fb72ab6ee5630350.zip
- remove autosplit.ix and unbreak this port
PR: 84179 Submitted by: leeym Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=141410
Diffstat (limited to 'databases/p5-DBD-LDAP')
-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