1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

emulators/qemu: Fix patch files which was updated in latest dist

Submitted by:	bar
This commit is contained in:
Muhammad Moinur Rahman 2016-06-15 18:04:36 +00:00
parent 8602859c51
commit 82892483e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416931

View File

@ -1,11 +0,0 @@
--- scripts/texi2pod.pl.orig 2015-11-03 20:01:35 UTC
+++ scripts/texi2pod.pl
@@ -317,7 +317,7 @@ while(<$inf>) {
@columns = ();
for $column (split (/\s*\@tab\s*/, $1)) {
# @strong{...} is used a @headitem work-alike
- $column =~ s/^\@strong{(.*)}$/$1/;
+ $column =~ s/^\@strong\{(.*)\}$/$1/;
push @columns, $column;
}
$_ = "\n=item ".join (" : ", @columns)."\n";