diff options
author | makc <makc@FreeBSD.org> | 2010-11-28 21:48:57 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-11-28 21:48:57 +0800 |
commit | b3aa10ce2d0ded2d2dac0a8d1bd1a83be8d0c205 (patch) | |
tree | 43128669a036fb26194f243878693a2178cb82e8 /x11-themes | |
parent | 4dfc2225429d1c92b334157bdd38bd2f29689fd9 (diff) | |
download | freebsd-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/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> |