summaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2010-11-28 13:48:57 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2010-11-28 13:48:57 +0000
commitcab1ca74cd4ce45c64cc946562730a8562bc3020 (patch)
treec2693c69371d16099a8593600f57949085c48843 /x11-themes
parent- Upgrade to 0.08. (diff)
Use dirrmtry for common directories
PR: ports/152587 Submitted by: amdmi3@
Notes
Notes: svn path=/head/; revision=265315
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/qtcurve-qt4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-themes/qtcurve-qt4/Makefile b/x11-themes/qtcurve-qt4/Makefile
index a4bc3249df73..7644647f4e95 100644
--- a/x11-themes/qtcurve-qt4/Makefile
+++ b/x11-themes/qtcurve-qt4/Makefile
@@ -26,6 +26,6 @@ CMAKE_ARGS+= -DQTC_QT_ONLY:BOOL=ON \
-DQTC_DISABLE_KDEFILEDIALOG_CALLS:BOOL=ON
PLIST_FILES= ${QT_PLUGINDIR_REL}/styles/qtcurve.so
-PLIST_DIRS= ${QT_PLUGINDIR_REL}/styles
+PLIST_DIRSTRY= ${QT_PLUGINDIR_REL}/styles
.include <bsd.port.mk>