This package contains a Perl script, but it is not as important to
justify a dependency on Perl. To make the check-interpreter test pass, I've removed the x-bit from the file.
This commit is contained in:
parent
ae875b85e1
commit
8b6502f214
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.31 2006/08/31 12:42:42 seb Exp $
|
||||
# $NetBSD: Makefile,v 1.32 2006/10/22 09:32:53 rillig Exp $
|
||||
|
||||
PKGNAME= ${DISTNAME:S/-/-server-/}
|
||||
SVR4_PKGNAME= mysqs
|
||||
|
@ -8,6 +8,8 @@ CONFLICTS= {mysql-server-[0-9]*,mysql3-server-[0-9]*}
|
|||
|
||||
.include "../../databases/mysql4-client/Makefile.common"
|
||||
|
||||
REPLACE_PERL+= mysql-test/mysql-test-run.pl
|
||||
# No dependency on Perl.
|
||||
|
||||
CONFIGURE_ARGS+= --with-libwrap
|
||||
CONFIGURE_ARGS+= --with-raid
|
||||
|
@ -40,6 +42,9 @@ BUILDLINK_DEPMETHOD.readline=build
|
|||
.include "../../devel/readline/buildlink3.mk"
|
||||
.include "../../security/tcp_wrappers/buildlink3.mk"
|
||||
|
||||
post-extract:
|
||||
chmod -x ${WRKSRC}/mysql-test/mysql-test-run.pl
|
||||
|
||||
post-configure:
|
||||
cd ${WRKSRC} && ${CP} -f config.h include/my_config.h
|
||||
|
||||
|
|
Loading…
Reference in a new issue