aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2012-07-30 17:24:18 +0000
committerDoug Barton <dougb@FreeBSD.org>2012-07-30 17:24:18 +0000
commitc0f3d76dc1b5ab2bcbeac3e3a6aac5464393764c (patch)
treef6fb14165bf3bbcc34e63ec9fbd63e059e76192f /x11
parent0832ea45988f189790ffb07d879db92bb585d2ad (diff)
downloadports-c0f3d76dc1b5ab2bcbeac3e3a6aac5464393764c.tar.gz
ports-c0f3d76dc1b5ab2bcbeac3e3a6aac5464393764c.zip
/usr/local/share/applications should be PLIST_DIRSTRY
Notes
Notes: svn path=/head/; revision=301725
Diffstat (limited to 'x11')
-rw-r--r--x11/tint/Makefile2
1 files changed, 1 insertions, 1 deletions
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