From owner-svn-ports-head@FreeBSD.ORG  Sat Dec 20 19:59:20 2014
Return-Path: <owner-svn-ports-head@FreeBSD.ORG>
Delivered-To: svn-ports-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id D99BC955;
 Sat, 20 Dec 2014 19:59:20 +0000 (UTC)
Received: from svn.freebsd.org (svn.freebsd.org
 [IPv6:2001:1900:2254:2068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id C42652EBE;
 Sat, 20 Dec 2014 19:59:20 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
 by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBKJxK8A023223;
 Sat, 20 Dec 2014 19:59:20 GMT (envelope-from bapt@FreeBSD.org)
Received: (from bapt@localhost)
 by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBKJxIjc023212;
 Sat, 20 Dec 2014 19:59:18 GMT (envelope-from bapt@FreeBSD.org)
Message-Id: <201412201959.sBKJxIjc023212@svn.freebsd.org>
X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org
 using -f
From: Baptiste Daroussin <bapt@FreeBSD.org>
Date: Sat, 20 Dec 2014 19:59:18 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r375121 - in head/x11-themes: beastie clearlooks-metacity
 irssi-themes qt4-style-float qt4-style-phase qt4-style-quantumstyle
 qtcurve-qt4
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 <svn-ports-head.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-head>,
 <mailto:svn-ports-head-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-head/>
List-Post: <mailto:svn-ports-head@freebsd.org>
List-Help: <mailto:svn-ports-head-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-head>,
 <mailto:svn-ports-head-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 20 Dec 2014 19:59:21 -0000

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>