diff options
author | obache <obache@pkgsrc.org> | 2013-06-24 02:38:20 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-06-24 02:38:20 +0000 |
commit | abcb18bde4d9bc09573fc3becc615a94e5e9939f (patch) | |
tree | e2554fbba31dc2fa79fa4013c178aafa1681dc14 /net | |
parent | 5cf047fac6e792ecb40fe666fc84e83263b9fe1e (diff) | |
download | pkgsrc-abcb18bde4d9bc09573fc3becc615a94e5e9939f.tar.gz |
prevent to using hardcoded Perl version.
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-DHCP/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/p5-Net-DHCP/Makefile b/net/p5-Net-DHCP/Makefile index 8bc3d5a65b7..37bc5a3ea10 100644 --- a/net/p5-Net-DHCP/Makefile +++ b/net/p5-Net-DHCP/Makefile @@ -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} |