mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 01:20:31 -04:00
- Add sample test scripts. - Fix up #!/usr/bin/perl. - Fix ownership and permissions of the installed files.
11 lines
555 B
Perl
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/";
|