diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2015-04-19 01:01:08 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2015-04-19 01:01:08 +0000 |
commit | 56e1d8f20556e94024c45f3717489e96e31607c4 (patch) | |
tree | 808902667b3b8baa09da47a1889977b50b165a36 /emulators | |
parent | 70deb801e1fb394c1aaeaecf70458896187989bb (diff) | |
download | ports-56e1d8f20556e94024c45f3717489e96e31607c4.tar.gz ports-56e1d8f20556e94024c45f3717489e96e31607c4.zip |
Unbreak INFO build on DragonFly and FreeBSD 11+
doc/vice.texi:8246: @itemx must follow @item
Reported by: pkg-fallout
Notes
Notes:
svn path=/head/; revision=384260
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vice/files/patch-vice.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/vice/files/patch-vice.texi b/emulators/vice/files/patch-vice.texi new file mode 100644 index 000000000000..f39583eb3dc6 --- /dev/null +++ b/emulators/vice/files/patch-vice.texi @@ -0,0 +1,11 @@ +--- doc/vice.texi.orig 2012-11-02 21:50:13 UTC ++++ doc/vice.texi +@@ -8243,7 +8243,7 @@ Use an internal calculated palette + @item -Crtcextpal + Use an external palette (file) + @cindex -Crtcpalette +-@itemx -Crtcpalette NAME ++@item -Crtcpalette NAME + Specify @code{NAME} as the palette file (@code{CrtcPaletteFile}). + @cindex -Crtcfulldevice + @item -Crtcfulldevice <device> |