Antoine Jacoutot <[email protected]> writes:

> On Sat, Oct 29, 2016 at 10:15:58AM +0300, Timo Myyrä wrote:
>
>> Hi,
>> 
>> I'm working again on pekwm update and I noticed that after package is 
>> installed
>> I don't have the expected config files in /etc/pekwm.
>> 
>> Here's an snippet of pekwm PLIST file:
>> ...
>> @man man/man1/pekwm.1
>> share/examples/pekwm/
>> @sample ${SYSCONFDIR}/pekwm/
>> share/examples/pekwm/autoproperties
>> @sample ${SYSCONFDIR}/pekwm/autoproperties
>> share/examples/pekwm/autoproperties_typerules
>> @sample ${SYSCONFDIR}/autoproperties_typerules
>> share/examples/pekwm/config
>> @sample ${SYSCONFDIR}/pekwm/config
>> share/examples/pekwm/config_system
>> @sample ${SYSCONFDIR}/config_system
>> share/examples/pekwm/keys
>> @sample ${SYSCONFDIR}/pekwm/keys
>> share/examples/pekwm/menu
>> @sample ${SYSCONFDIR}/pekwm/menu
>> share/examples/pekwm/mouse
>> @sample ${SYSCONFDIR}/pekwm/mouse
>> share/examples/pekwm/mouse_click
>> @sample ${SYSCONFDIR}/mouse_click
>> share/examples/pekwm/mouse_sloppy
>> @sample ${SYSCONFDIR}/mouse_sloppy
>> share/examples/pekwm/mouse_system
>> @sample ${SYSCONFDIR}/mouse_system
>> share/examples/pekwm/start
>> @sample ${SYSCONFDIR}/pekwm/s
>
> Look at the @sample lines, not everything goes under /etc/pekwm/ it seems :
>
> @sample ${SYSCONFDIR}/pekwm/
> @sample ${SYSCONFDIR}/pekwm/autoproperties
> @sample ${SYSCONFDIR}/autoproperties_typerules
> @sample ${SYSCONFDIR}/pekwm/config
> @sample ${SYSCONFDIR}/config_system
> @sample ${SYSCONFDIR}/pekwm/keys
> @sample ${SYSCONFDIR}/pekwm/menu
> @sample ${SYSCONFDIR}/pekwm/mouse
> @sample ${SYSCONFDIR}/mouse_click
> @sample ${SYSCONFDIR}/mouse_sloppy
> @sample ${SYSCONFDIR}/mouse_system
> @sample ${SYSCONFDIR}/pekwm/start
> @sample ${SYSCONFDIR}/pekwm/var
>
> Wether they should or not, I have no idea. Maybe ask MAINTAINER.
> Cheers!

Ah, totally missed that. Manually adding the pekwm directory PLIST seems to fix
it. The pekwm port Makefile has this in it:

post-install:
        @mv ${WRKINST}/etc/pekwm ${PREFIX}/share/examples

As shown above, the files exist in ${PREFIX}/share/examples.
I don't know why update-plist phase skips the pekwm directory when making file 
paths the
PLIST file.

Timo

Reply via email to