Fix compilation of ftp/wget when perl 5.18 is installed.

Patch from upstream repo suggested by Anton Yuzhaninov <citrin@citrin.ru>.

PR:		ports/182159
Submitted by:   Jeremy Chadwick <jdc@koitsu.org>
This commit is contained in:
Vasil Dimov 2013-10-24 14:23:53 +00:00
parent a0975d5bf6
commit 8eae7be17a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331489

View file

@ -0,0 +1,11 @@
--- doc/texi2pod.pl.orig 2013-10-24 16:59:55.000000000 +0300
+++ doc/texi2pod.pl 2013-10-24 17:01:23.000000000 +0300
@@ -291,7 +291,7 @@
if (defined $1) {
my $thing = $1;
if ($ic =~ /\@asis/) {
- $_ = "\n=item $thing\n";
+ $_ = "\n=item C<$thing>\n";
} else {
# Entity escapes prevent munging by the <> processing below.
$_ = "\n=item $ic\&LT;$thing\&GT;\n";