svn commit: r375121 - in head/x11-themes: beastie clearlooks-metacity irssi-themes qt4-style-float qt4-style-phase qt4-style-quantumstyle qtcurve-qt4
Baptiste Daroussin
bapt at FreeBSD.org
Sat Dec 20 19:59:21 UTC 2014
Author: bapt
Date: Sat Dec 20 19:59:17 2014
New Revision: 375121
URL: https://svnweb.freebsd.org/changeset/ports/375121
QAT: https://qat.redports.org/buildarchive/r375121/
Log:
cleanup plist
Modified:
head/x11-themes/beastie/Makefile
head/x11-themes/clearlooks-metacity/Makefile
head/x11-themes/irssi-themes/Makefile
head/x11-themes/qt4-style-float/Makefile
head/x11-themes/qt4-style-phase/Makefile
head/x11-themes/qt4-style-quantumstyle/Makefile
head/x11-themes/qtcurve-qt4/Makefile
Modified: head/x11-themes/beastie/Makefile
==============================================================================
--- head/x11-themes/beastie/Makefile Sat Dec 20 19:57:41 2014 (r375120)
+++ head/x11-themes/beastie/Makefile Sat Dec 20 19:59:17 2014 (r375121)
@@ -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>
Modified: head/x11-themes/clearlooks-metacity/Makefile
==============================================================================
--- head/x11-themes/clearlooks-metacity/Makefile Sat Dec 20 19:57:41 2014 (r375120)
+++ head/x11-themes/clearlooks-metacity/Makefile Sat Dec 20 19:59:17 2014 (r375121)
@@ -21,8 +21,6 @@ DATADIR= share/themes/Clearlooks/metacit
NO_BUILD= yes
PLIST_FILES= %%DATADIR%%/metacity-theme-1.xml
-PLIST_DIRS= %%DATADIR%% \
- share/themes/Clearlooks
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/${DATADIR}
Modified: head/x11-themes/irssi-themes/Makefile
==============================================================================
--- head/x11-themes/irssi-themes/Makefile Sat Dec 20 19:57:41 2014 (r375120)
+++ head/x11-themes/irssi-themes/Makefile Sat Dec 20 19:59:17 2014 (r375121)
@@ -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}
Modified: head/x11-themes/qt4-style-float/Makefile
==============================================================================
--- head/x11-themes/qt4-style-float/Makefile Sat Dec 20 19:57:41 2014 (r375120)
+++ head/x11-themes/qt4-style-float/Makefile Sat Dec 20 19:59:17 2014 (r375121)
@@ -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/
Modified: head/x11-themes/qt4-style-phase/Makefile
==============================================================================
--- head/x11-themes/qt4-style-phase/Makefile Sat Dec 20 19:57:41 2014 (r375120)
+++ head/x11-themes/qt4-style-phase/Makefile Sat Dec 20 19:59:17 2014 (r375121)
@@ -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/
Modified: head/x11-themes/qt4-style-quantumstyle/Makefile
==============================================================================
--- head/x11-themes/qt4-style-quantumstyle/Makefile Sat Dec 20 19:57:41 2014 (r375120)
+++ head/x11-themes/qt4-style-quantumstyle/Makefile Sat Dec 20 19:59:17 2014 (r375121)
@@ -22,7 +22,6 @@ USE_QT4= corelib gui svg rcc_build uic_b
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/
Modified: head/x11-themes/qtcurve-qt4/Makefile
==============================================================================
--- head/x11-themes/qtcurve-qt4/Makefile Sat Dec 20 19:57:41 2014 (r375120)
+++ head/x11-themes/qtcurve-qt4/Makefile Sat Dec 20 19:59:17 2014 (r375121)
@@ -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>
More information about the svn-ports-all
mailing list