[Openbox] No *.xml files for openbox

Greetings all,

I have installed openbox from ports:
Code:
cd /usr/ports/x11-wm/openbos
make install clean

The openbox starts, but I cannot find the files
Code:
etc/xdg/openbox/menu.xml
etc/xdg/openbox/rc.xml

The
Code:
less pkg-plist
claerly shows that the files are there. Have I missed something?

Kindest regards,

M
 
All ports install with prefix /usr/local/ so you'll find them in /usr/local/etc/xdg/.. etcetera.
 
Back
Top