mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
a36928e800
- unbreak options WITH_TCL, WITH_TK - new option WITH_GHOSTSCRIPT - drop bash dependecy PR: 132162 - fix tred regression PR: 130751
10 lines
277 B
Perl
10 lines
277 B
Perl
--- config/config_perl.pl.orig 2008-07-14 14:54:04.000000000 +0200
|
|
+++ config/config_perl.pl 2009-03-15 11:08:29.000000000 +0100
|
|
@@ -11,5 +11,5 @@
|
|
print "-I$archlib/CORE";
|
|
}
|
|
if ($ARGV[0] eq "PERL_INSTALL_DIR") {
|
|
- print "$Config{vendorarch}"
|
|
+ print "$Config{sitearch}"
|
|
}
|