/usr/local/share/applications should be PLIST_DIRSTRY

This commit is contained in:
Doug Barton 2012-07-30 17:24:18 +00:00
parent 0832ea4598
commit c0f3d76dc1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301725

View file

@ -46,7 +46,7 @@ CMAKE_ARGS+= -DENABLE_TINT2CONF:BOOL=ON
PLIST_FILES+= bin/tint2conf bin/tintwizard.py \ PLIST_FILES+= bin/tint2conf bin/tintwizard.py \
share/applications/tint2conf.desktop \ share/applications/tint2conf.desktop \
share/pixmaps/tint2conf.png share/pixmaps/tint2conf.svg share/pixmaps/tint2conf.png share/pixmaps/tint2conf.svg
PLIST_DIRS+= share/applications PLIST_DIRSTRY= share/applications
PYCONF_SRC= ${WRKSRC}/src/tint2conf PYCONF_SRC= ${WRKSRC}/src/tint2conf
.else .else
CMAKE_ARGS+= -DENABLE_TINT2CONF:BOOL=OFF CMAKE_ARGS+= -DENABLE_TINT2CONF:BOOL=OFF