mirror of
https://git.freebsd.org/ports.git
synced 2025-07-10 05:49:22 -04:00
- Update to p5-EBook-Tools-0.5.4 - Update tidy dependency to tidy-html5 - Take maintainership - Add NO_ARCH PR: 201703 Approved by: simond@irrelevant.org (outgoing maintainer), feld (mentor) Differential Revision: https://reviews.freebsd.org/D3348
11 lines
431 B
Perl
11 lines
431 B
Perl
--- scripts/ebook.pl.orig 2014-10-01 22:27:01 UTC
|
|
+++ scripts/ebook.pl
|
|
@@ -92,7 +92,7 @@ my %opt = (
|
|
'raw' => 0,
|
|
'subcategory' => undef,
|
|
'tidy' => 0,
|
|
- 'tidycmd' => $config->val('helpers','tidy') || undef,
|
|
+ 'tidycmd' => $config->val('helpers','tidy') || 'tidy5',
|
|
'tidysafety' => $tidysafety,
|
|
'title' => undef,
|
|
'verbose' => $config->val('config','debug') || 0,
|