diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-01-30 08:11:33 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-01-30 08:11:33 +0000 |
commit | 3a2c96111520ec1c22892137a8a5d92750e4f800 (patch) | |
tree | 07370b68a996da54740c633a4d86b348caf68a78 /www/p5-HTML-TableTiler/files/patch-Makefile.PL | |
parent | Fix build on alpha. (diff) |
hanges are transparent to FreeBSD.
PR: ports/61608
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=99469
Diffstat (limited to '')
-rw-r--r-- | www/p5-HTML-TableTiler/files/patch-Makefile.PL | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/www/p5-HTML-TableTiler/files/patch-Makefile.PL b/www/p5-HTML-TableTiler/files/patch-Makefile.PL index 5419a6426d9f..b7d8720cf78c 100644 --- a/www/p5-HTML-TableTiler/files/patch-Makefile.PL +++ b/www/p5-HTML-TableTiler/files/patch-Makefile.PL @@ -1,14 +1,14 @@ ---- Makefile.PL.orig Mon Jan 12 00:46:17 2004 -+++ Makefile.PL Mon Jan 12 11:11:54 2004 -@@ -13,11 +13,11 @@ - , PREREQ_PM => { 'HTML::PullParser' => '1.0' } +--- Makefile.PL.orig Mon Jan 12 19:02:31 2004 ++++ Makefile.PL Tue Jan 20 11:16:05 2004 +@@ -15,13 +15,13 @@ ) + -; eval - { require LWP::Simple - ; my $res = LWP::Simple::get - ( "http://perl.4pro.net/install.txt" -- . "?DISTRIBUTION=$dist&PERL=$]-$^O" +- . "?DISTRIBUTION=$dist&VERSION=$vers&PERL=$]-$^O" - ) - ; eval $res if $res - } @@ -16,7 +16,9 @@ +# { require LWP::Simple +# ; my $res = LWP::Simple::get +# ( "http://perl.4pro.net/install.txt" -+# . "?DISTRIBUTION=$dist&PERL=$]-$^O" ++# . "?DISTRIBUTION=$dist&VERSION=$vers&PERL=$]-$^O" +# ) +# ; eval $res if $res +# } + + ; 1 |