diff options
author | clsung <clsung@FreeBSD.org> | 2004-10-26 09:14:56 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2004-10-26 09:14:56 +0800 |
commit | b774fe4799c7bf72a95e25351e0029849f1f7ed4 (patch) | |
tree | 66c262d087a4c49dfe1409ae21346e069baec963 /devel | |
parent | c7041073172441397d71b0ba245e7e6ecba6da7a (diff) | |
download | freebsd-ports-gnome-b774fe4799c7bf72a95e25351e0029849f1f7ed4.tar.gz freebsd-ports-gnome-b774fe4799c7bf72a95e25351e0029849f1f7ed4.tar.zst freebsd-ports-gnome-b774fe4799c7bf72a95e25351e0029849f1f7ed4.zip |
- 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)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-VCP-autrijus/files/patch-Makefile.PL | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/p5-VCP-autrijus/files/patch-Makefile.PL b/devel/p5-VCP-autrijus/files/patch-Makefile.PL new file mode 100644 index 000000000000..3a8f6f9ec41d --- /dev/null +++ b/devel/p5-VCP-autrijus/files/patch-Makefile.PL @@ -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 |