diff options
author | obache <obache> | 2013-06-24 02:38:20 +0000 |
---|---|---|
committer | obache <obache> | 2013-06-24 02:38:20 +0000 |
commit | af8e45bcd41994d071b6d00a7f07376cfe7a1d4d (patch) | |
tree | e2554fbba31dc2fa79fa4013c178aafa1681dc14 /net | |
parent | 1a065b47060f953c0187f36f4585349f499944a6 (diff) | |
download | pkgsrc-af8e45bcd41994d071b6d00a7f07376cfe7a1d4d.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} |