>> >> Whenever I do a make plist for an update of x11/pcmanfm and x11/libfm >> (updated version on https://github.com/jasperla/openbsd-wip) >> >> I get these warnings: >> >> Scanning destdir >> Getting old lists >> 1st pass identifying files >> Attaching annotations >> Sorting out destdir files >> make-plist: Bogus element outside of every prefix: /etc/xdg >> make-plist: Bogus element outside of every prefix: /etc/xdg/pcmanfm >> make-plist: Bogus element outside of every prefix: /etc/xdg/pcmanfm/default >> make-plist: Bogus element outside of every prefix: >> /etc/xdg/pcmanfm/default/pcmanfm.conf >> >> >> How do you handle SYSCONFDIR so the /etc files in the fake folder are >> included in PLIST? I see that many ports handle SYSCONFDIR quite >> differently, and I am not quite sure how to select the right one. >> >> any advice is much appreciated. >> thanks >> >> > > See http://www.openbsd.org/faq/ports/specialtopics.html#Config
this really helped. As did Antoine's suggestion of using FAKE_FLAGS. as did looking at devel/dconf on exactly how this was to be done. You have to use FAKE_FLAGS to install and tehn use them to copy as @sample I tested make install/deinstall and it doesn't show the /etc files in the PLIST but it does install/deinstall like it should. thanks for the help guys! An update to x11/pcmanfm coming up soon.
