diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-07-11 21:11:59 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-07-11 21:11:59 +0000 |
commit | 4ec6377cc14bbda839cf36ea33775101a7a2103a (patch) | |
tree | 4fb86f868fa8113fac0ecc03636a6be8ab68b74a /net/p5-perl-ldap | |
parent | Add dependency on the DRI, now that the server doesn't do that itself. (diff) |
move pre-configure to post-patch, not that USE_PERL5_BUILD implies PATCH_DEPENDS
Noted by: mat
Notes
Notes:
svn path=/head/; revision=113421
Diffstat (limited to 'net/p5-perl-ldap')
-rw-r--r-- | net/p5-perl-ldap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-perl-ldap/Makefile b/net/p5-perl-ldap/Makefile index c300075bae88..8f833103194e 100644 --- a/net/p5-perl-ldap/Makefile +++ b/net/p5-perl-ldap/Makefile @@ -58,7 +58,7 @@ MAN3= Bundle::Net::LDAP.3 \ .include <bsd.port.pre.mk> -pre-configure: +post-patch: @${PERL} -ni'.bak' -e 'next if 2../^__END__$$/; print' \ '${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}' |