aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2010-11-28 21:48:57 +0800
committermakc <makc@FreeBSD.org>2010-11-28 21:48:57 +0800
commitb3aa10ce2d0ded2d2dac0a8d1bd1a83be8d0c205 (patch)
tree43128669a036fb26194f243878693a2178cb82e8 /x11-themes
parent4dfc2225429d1c92b334157bdd38bd2f29689fd9 (diff)
downloadfreebsd-ports-gnome-b3aa10ce2d0ded2d2dac0a8d1bd1a83be8d0c205.tar.gz
freebsd-ports-gnome-b3aa10ce2d0ded2d2dac0a8d1bd1a83be8d0c205.tar.zst
freebsd-ports-gnome-b3aa10ce2d0ded2d2dac0a8d1bd1a83be8d0c205.zip
Use dirrmtry for common directories
PR: ports/152587 Submitted by: amdmi3@
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>