20 lines
674 B
Plaintext
20 lines
674 B
Plaintext
$OpenBSD: patch-Build_PL,v 1.2 2012/06/12 17:46:35 giovanni Exp $
|
|
--- Build.PL.orig Mon Jan 30 09:59:22 2012
|
|
+++ Build.PL Thu May 31 11:51:59 2012
|
|
@@ -67,13 +67,13 @@ my $build = $class->new(
|
|
Module::Build => '0.2805',
|
|
Test::More => 0,
|
|
Net::DNS::Resolver::Programmable
|
|
- => '0.002001',
|
|
+ => 0,
|
|
},
|
|
script_files => [
|
|
'bin/spfquery'
|
|
],
|
|
install_path => {
|
|
- 'sbin' => '/usr/sbin'
|
|
+ 'sbin' => '${WRKINST}${PREFIX}/sbin'
|
|
},
|
|
create_makefile_pl => 'passthrough',
|
|
sign => 1
|