diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2020-07-19 11:02:12 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2020-07-19 11:02:12 +0200 |
commit | 57b24f24696583dec4eebbbd5caf8a55379c6f4b (patch) | |
tree | 2030975b2d35447fbe6a75ad505f84dea9b29c3a /x11/xenodm/pkg/PLIST | |
parent | fe6ad648ba96d948199b717d036df0dc5d7f53c1 (diff) |
xenodm: start fixing install / plist stages.
Diffstat (limited to 'x11/xenodm/pkg/PLIST')
-rw-r--r-- | x11/xenodm/pkg/PLIST | 28 |
1 files changed, 19 insertions, 9 deletions
diff --git a/x11/xenodm/pkg/PLIST b/x11/xenodm/pkg/PLIST index 3bb837b..ac3c179 100644 --- a/x11/xenodm/pkg/PLIST +++ b/x11/xenodm/pkg/PLIST @@ -1,18 +1,28 @@ @comment $OpenBSD: PLIST,v$ @bin bin/xenodm lib/X11/xenodm/ -lib/X11/xenodm/GiveConsole -lib/X11/xenodm/TakeConsole -lib/X11/xenodm/Xreset -lib/X11/xenodm/Xresources -lib/X11/xenodm/Xservers -lib/X11/xenodm/Xsession -lib/X11/xenodm/Xsetup_0 -lib/X11/xenodm/Xstartup lib/X11/xenodm/pixmaps/ lib/X11/xenodm/pixmaps/OpenBSD_15bpp.xpm lib/X11/xenodm/pixmaps/OpenBSD_1bpp.xpm lib/X11/xenodm/pixmaps/OpenBSD_4bpp.xpm lib/X11/xenodm/pixmaps/OpenBSD_8bpp.xpm -lib/X11/xenodm/xenodm-config @man man/man1/xenodm.1 +share/examples/xdm/ +share/examples/xdm/GiveConsole +@sample ${SYSCONFDIR}/X11/xdm/GiveConsole +share/examples/xdm/TakeConsole +@sample ${SYSCONFDIR}/X11/xdm/TakeConsole +share/examples/xdm/Xreset +@sample ${SYSCONFDIR}/X11/xdm/Xreset +share/examples/xdm/Xresources +@sample ${SYSCONFDIR}/X11/xdm/Xresources +share/examples/xdm/Xservers +@sample ${SYSCONFDIR}/X11/xdm/Xservers +share/examples/xdm/Xsession +@sample ${SYSCONFDIR}/X11/xdm/Xsession +share/examples/xdm/Xsetup_0 +@sample ${SYSCONFDIR}/X11/xdm/Xsetup_0 +share/examples/xdm/Xstartup +@sample ${SYSCONFDIR}/X11/xdm/Xstartup +share/examples/xdm/xenodm-config +@sample ${SYSCONFDIR}/X11/xdm/xdm-config |