From c0f3d76dc1b5ab2bcbeac3e3a6aac5464393764c Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Mon, 30 Jul 2012 17:24:18 +0000 Subject: [PATCH] /usr/local/share/applications should be PLIST_DIRSTRY --- x11/tint/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/tint/Makefile b/x11/tint/Makefile index 43e159931522..7197d066a899 100644 --- a/x11/tint/Makefile +++ b/x11/tint/Makefile @@ -46,7 +46,7 @@ CMAKE_ARGS+= -DENABLE_TINT2CONF:BOOL=ON PLIST_FILES+= bin/tint2conf bin/tintwizard.py \ share/applications/tint2conf.desktop \ share/pixmaps/tint2conf.png share/pixmaps/tint2conf.svg -PLIST_DIRS+= share/applications +PLIST_DIRSTRY= share/applications PYCONF_SRC= ${WRKSRC}/src/tint2conf .else CMAKE_ARGS+= -DENABLE_TINT2CONF:BOOL=OFF