prevent to using hardcoded Perl version.
This commit is contained in:
parent
7afa03e7e2
commit
3f2c9c9096
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.6 2013/06/23 19:27:04 dholland Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2013/06/24 02:38:20 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Net-DHCP-0.693
|
||||
|
@ -29,8 +29,8 @@ PERL5_MODULE_TYPE= Module::Build
|
|||
|
||||
REPLACE_PERL+= ${EGFILES}
|
||||
# has /bin/false as shebang argument
|
||||
CHECK_INTERPRETER_SKIP+= lib/perl5/vendor_perl/5.18.0/Net/DHCP/Constants.pm
|
||||
CHECK_INTERPRETER_SKIP+= lib/perl5/vendor_perl/5.18.0/Net/DHCP/Packet.pm
|
||||
CHECK_INTERPRETER_SKIP+= ${PERL5_SUB_INSTALLVENDORLIB}/Net/DHCP/Constants.pm
|
||||
CHECK_INTERPRETER_SKIP+= ${PERL5_SUB_INSTALLVENDORLIB}/Net/DHCP/Packet.pm
|
||||
|
||||
post-install:
|
||||
.for i in ${EGFILES}
|
||||
|
|
Loading…
Reference in a new issue