diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-20 19:59:17 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-20 19:59:17 +0000 |
commit | 98b48b62eda7a6c6d1317008328cb24f3e02b723 (patch) | |
tree | 2503ef3ad24e16ea8bcde8410a36c2bf6bdaf403 /x11-themes | |
parent | 9d944dd40cf20cf3eab014687214f59d449bec62 (diff) | |
download | ports-98b48b62eda7a6c6d1317008328cb24f3e02b723.tar.gz ports-98b48b62eda7a6c6d1317008328cb24f3e02b723.zip |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/beastie/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/clearlooks-metacity/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/irssi-themes/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/qt4-style-float/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/qt4-style-phase/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/qt4-style-quantumstyle/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/qtcurve-qt4/Makefile | 1 |
7 files changed, 0 insertions, 9 deletions
diff --git a/x11-themes/beastie/Makefile b/x11-themes/beastie/Makefile index f3c7f2a3360f..ff8d26fa2300 100644 --- a/x11-themes/beastie/Makefile +++ b/x11-themes/beastie/Makefile @@ -23,7 +23,6 @@ NO_BUILD= yes THEME_FILES= README index.theme gtk-2.0/gtkrc THEME_DIR= share/themes/Beastie/ PLIST_FILES= ${THEME_FILES:S|^|${THEME_DIR}|} -PLIST_DIRS= ${THEME_DIR}/gtk-2.0 ${THEME_DIR} .include <bsd.port.pre.mk> diff --git a/x11-themes/clearlooks-metacity/Makefile b/x11-themes/clearlooks-metacity/Makefile index c28916e2bc05..e9a1ad0fe67e 100644 --- a/x11-themes/clearlooks-metacity/Makefile +++ b/x11-themes/clearlooks-metacity/Makefile @@ -21,8 +21,6 @@ DATADIR= share/themes/Clearlooks/metacity-1 NO_BUILD= yes PLIST_FILES= %%DATADIR%%/metacity-theme-1.xml -PLIST_DIRS= %%DATADIR%% \ - share/themes/Clearlooks do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${DATADIR} diff --git a/x11-themes/irssi-themes/Makefile b/x11-themes/irssi-themes/Makefile index 07a44c5db548..6e2c51552978 100644 --- a/x11-themes/irssi-themes/Makefile +++ b/x11-themes/irssi-themes/Makefile @@ -25,8 +25,6 @@ THEMESDIR_REL= share/irssi/themes PLIST_FILES+= ${THEMESDIR_REL}/${f} .endfor -PLIST_DIRSTRY= share/irssi/themes share/irssi - do-extract: @${MKDIR} ${WRKSRC} .for f in ${DISTFILES} diff --git a/x11-themes/qt4-style-float/Makefile b/x11-themes/qt4-style-float/Makefile index 89a0946624d4..6275918f6e51 100644 --- a/x11-themes/qt4-style-float/Makefile +++ b/x11-themes/qt4-style-float/Makefile @@ -21,7 +21,6 @@ USE_QT4= corelib gui moc_build rcc_build WRKSRC= ${WRKDIR}/floatstyle-${PORTVERSION} PLIST_FILES= ${QT_PLUGINDIR_REL}/styles/libfloatstyle.so -PLIST_DIRSTRY= ${QT_PLUGINDIR_REL}/styles do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${QT_PLUGINDIR_REL}/styles/ diff --git a/x11-themes/qt4-style-phase/Makefile b/x11-themes/qt4-style-phase/Makefile index 84f55099a261..da1fb0900375 100644 --- a/x11-themes/qt4-style-phase/Makefile +++ b/x11-themes/qt4-style-phase/Makefile @@ -21,7 +21,6 @@ USE_QT4= corelib gui moc_build WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST_FILES= ${QT_PLUGINDIR_REL}/styles/libphasestyle.so -PLIST_DIRSTRY= ${QT_PLUGINDIR_REL}/styles do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${QT_PLUGINDIR_REL}/styles/ diff --git a/x11-themes/qt4-style-quantumstyle/Makefile b/x11-themes/qt4-style-quantumstyle/Makefile index 7a6b363ee9a9..f885516a9bbc 100644 --- a/x11-themes/qt4-style-quantumstyle/Makefile +++ b/x11-themes/qt4-style-quantumstyle/Makefile @@ -22,7 +22,6 @@ USE_QT4= corelib gui svg rcc_build uic_build moc_build WRKSRC= ${WRKDIR}/QuantumStyle PLIST_FILES= ${QT_PLUGINDIR_REL}/styles/libquantumstyle.so -PLIST_DIRSTRY= ${QT_PLUGINDIR_REL}/styles do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${QT_PLUGINDIR_REL}/styles/ diff --git a/x11-themes/qtcurve-qt4/Makefile b/x11-themes/qtcurve-qt4/Makefile index f50d7fd16a08..599dabbaf76d 100644 --- a/x11-themes/qtcurve-qt4/Makefile +++ b/x11-themes/qtcurve-qt4/Makefile @@ -18,6 +18,5 @@ CMAKE_ARGS+= -DQTC_QT_ONLY:BOOL=ON \ -DQTC_DISABLE_KDEFILEDIALOG_CALLS:BOOL=ON PLIST_FILES= ${QT_PLUGINDIR_REL}/styles/qtcurve.so -PLIST_DIRSTRY= ${QT_PLUGINDIR_REL}/styles .include <bsd.port.mk> |