[Bug 292896] xohtml(1) not using installed /usr/share/xohtml

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 03 Feb 2026 06:23:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292896

            Bug ID: 292896
           Summary: xohtml(1) not using installed /usr/share/xohtml
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: me@torrekie.dev

In src/usr.bin/xohtml/Makefile, it specified to install libxo shipped jquery
and qTip files to /usr/share/xohtml.

But in src/usr.bin/xohtml/xohtml.sh which actually providing xohtml(1), was
setting `BASE=/usr/share/libxo`, causing mismatches with the Makefile specified
path.

-- 
You are receiving this mail because:
You are the assignee for the bug.