ports/net/v6eval/files/patch-script-pmod-V6evalCommon-V6evalCommon.pm
Hiroki Sato 470d13c7ed - Add p5-YAML as runtime dependency.
- Add sample test scripts.
- Fix up #!/usr/bin/perl.
- Fix ownership and permissions of the installed files.
2013-06-16 16:11:08 +00:00

11 lines
555 B
Perl

--- script/pmod/V6evalCommon/V6evalCommon.pm.orig 2013-06-17 00:13:33.000000000 +0900
+++ script/pmod/V6evalCommon/V6evalCommon.pm 2013-06-17 00:19:20.000000000 +0900
@@ -70,7 +70,7 @@
$path, # path
) = @_;
($SeqName,$SeqDir,$SeqSuffix) = fileparse($0,'.seq');
- $V6EVALPREFIX= "/usr/local/v6eval";
+ $V6EVALPREFIX= "%%PREFIX%%/v6eval";
$V6EVALROOT = $path || $ENV{V6EVALROOT} || $V6EVALPREFIX;
$V6EVALBIN = $ENV{V6EVALBIN} || "$V6EVALROOT/bin/";
$V6EVALETC = $ENV{V6EVALETC} || "./:$V6EVALROOT/etc/";