mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- This patch to p5-VCP-autrijus disables the unneccessary
run of bin/gentrevml before "make", because it is time consuming and is not used at all. PR: ports/73130 Submitted by: Autrijus Tang (maintainer) Approved by: co-mentor (vanilla)
This commit is contained in:
parent
9f04cc9c13
commit
016f874909
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120190
11
devel/p5-VCP-autrijus/files/patch-Makefile.PL
Normal file
11
devel/p5-VCP-autrijus/files/patch-Makefile.PL
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.PL Tue Oct 26 00:30:12 2004
|
||||
+++ Makefile.PL Tue Oct 26 00:30:13 2004
|
||||
@@ -212,7 +212,7 @@
|
||||
my $self = shift ;
|
||||
return join(
|
||||
"",
|
||||
- "\npure_all :: $io_test_files\n",
|
||||
+ "\n#pure_all :: $io_test_files\n",
|
||||
map(
|
||||
"\n$_ : bin/gentrevml\n$io_scheme_revmls{$_}",
|
||||
sort keys %io_scheme_revmls
|
Loading…
Reference in New Issue
Block a user