I ran 'make update-plist' and the following bogus elements showed up

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/tint2
make-plist: Bogus element outside of every prefix: /etc/xdg/tint2/tint2rc

These elements exist in the fake build and are based on a CMakeLists.txt
entry:

install( TARGETS tint2 DESTINATION bin )
install( FILES tint2.svg DESTINATION 
${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps )
install( FILES tint2.desktop DESTINATION ${CMAKE_INSTALL_DATADIR}/applications )
install( FILES themes/tint2rc DESTINATION /etc/xdg/tint2 )
install( FILES default_icon.png DESTINATION ${CMAKE_INSTALL_DATADIR}/tint2 )

/usr/ports/pobj/tint2../fake-amd64/etc/xdg/tint2/tint2rc

The porters handbook/special topics says to add the @sample entry
immediately after the entry, but for some reason the
../xdg/tint2/tint2rc entry is missing ?Stripped? from the PLIST.

So I'm confused about where to add the @sample PLIST entries


--
J. Scott Heppler

Reply via email to