diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-11-28 13:48:57 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-11-28 13:48:57 +0000 |
commit | cab1ca74cd4ce45c64cc946562730a8562bc3020 (patch) | |
tree | c2693c69371d16099a8593600f57949085c48843 /x11-themes | |
parent | ae89025574d817836cbaa13da505ac47e94072d9 (diff) | |
download | ports-cab1ca74cd4ce45c64cc946562730a8562bc3020.tar.gz ports-cab1ca74cd4ce45c64cc946562730a8562bc3020.zip |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/qtcurve-qt4/Makefile | 2 |
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> |