From owner-svn-ports-head@FreeBSD.ORG Sat Dec 20 17:27:12 2014 Return-Path: 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 D998A179; Sat, 20 Dec 2014 17:27:11 +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 C4F552F34; Sat, 20 Dec 2014 17:27:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBKHRBYa031112; Sat, 20 Dec 2014 17:27:11 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBKHR91v031102; Sat, 20 Dec 2014 17:27:09 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201412201727.sBKHR91v031102@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 20 Dec 2014 17:27:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375014 - in head/biology: avida blat linux-foldingathome povchem seaview ssaha wise 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Dec 2014 17:27:12 -0000 Author: bapt Date: Sat Dec 20 17:27:08 2014 New Revision: 375014 URL: https://svnweb.freebsd.org/changeset/ports/375014 QAT: https://qat.redports.org/buildarchive/r375014/ Log: Cleanup plist Modified: head/biology/avida/Makefile head/biology/blat/Makefile head/biology/linux-foldingathome/Makefile head/biology/povchem/Makefile head/biology/seaview/Makefile head/biology/ssaha/Makefile head/biology/wise/Makefile Modified: head/biology/avida/Makefile ============================================================================== --- head/biology/avida/Makefile Sat Dec 20 17:22:12 2014 (r375013) +++ head/biology/avida/Makefile Sat Dec 20 17:27:08 2014 (r375014) @@ -21,7 +21,6 @@ PORTDOCS= * PLIST_FILES= ${BIN_FILES:S|^|bin/|} \ ${BIN_FILES:S|^|lib/${PORTNAME}/|} \ ${DATA_FILES:S|^|lib/${PORTNAME}/|} -PLIST_DIRS= lib/${PORTNAME} BIN_FILES= avida avida-viewer DATA_FILES= analyze.cfg avida.cfg default-gx.org \ Modified: head/biology/blat/Makefile ============================================================================== --- head/biology/blat/Makefile Sat Dec 20 17:22:12 2014 (r375013) +++ head/biology/blat/Makefile Sat Dec 20 17:27:08 2014 (r375014) @@ -32,8 +32,6 @@ PORTDOCS= README PLIST_FILES= ${EXECUTABLES:S,^,bin/,} \ lib/blat/webBlat/webBlat \ lib/blat/webBlat/install.txt -PLIST_DIRS= lib/blat/webBlat \ - lib/blat EXECUTABLES= blat faToNib faToTwoBit gfClient gfServer nibFrag \ pslPretty pslReps pslSort twoBitInfo twoBitToFa Modified: head/biology/linux-foldingathome/Makefile ============================================================================== --- head/biology/linux-foldingathome/Makefile Sat Dec 20 17:22:12 2014 (r375013) +++ head/biology/linux-foldingathome/Makefile Sat Dec 20 17:27:08 2014 (r375014) @@ -17,7 +17,6 @@ ONLY_FOR_ARCHS= i386 amd64 REINPLACE_ARGS= PLIST_FILES= share/${PORTNAME}/${DISTNAME}${EXTRACT_SUFX} \ bin/FoldingAtHome -PLIST_DIRS= share/${PORTNAME} do-extract: ${MKDIR} ${WRKSRC} Modified: head/biology/povchem/Makefile ============================================================================== --- head/biology/povchem/Makefile Sat Dec 20 17:22:12 2014 (r375013) +++ head/biology/povchem/Makefile Sat Dec 20 17:27:08 2014 (r375014) @@ -25,7 +25,6 @@ CPPFLAGS+= -DDATADIR=\"${DATADIR}\" \ -DSYSCONFDIR=\"${PREFIX}/etc\" PLIST_FILES= bin/povchem etc/povchem.cfg %%DATADIR%%/periodic.tab -PLIST_DIRS= %%DATADIR%% post-extract: @(cd ${DISTDIR}/${DIST_SUBDIR} && ${TAR} -cf - ${DISTFILES}) | \ Modified: head/biology/seaview/Makefile ============================================================================== --- head/biology/seaview/Makefile Sat Dec 20 17:22:12 2014 (r375013) +++ head/biology/seaview/Makefile Sat Dec 20 17:27:08 2014 (r375014) @@ -29,7 +29,6 @@ ALL_TARGET= ${PORTNAME} PLIST_FILES= bin/seaview man/man1/seaview.1.gz %%DATADIR%%/seaview.html \ share/pixmaps/seaview.xpm -PLIST_DIRS= %%DATADIR%% DESKTOP_ENTRIES="SeaView" "" "${PREFIX}/share/pixmaps/seaview.xpm" "seaview" \ "Biology;Science;" true Modified: head/biology/ssaha/Makefile ============================================================================== --- head/biology/ssaha/Makefile Sat Dec 20 17:22:12 2014 (r375013) +++ head/biology/ssaha/Makefile Sat Dec 20 17:27:08 2014 (r375014) @@ -22,7 +22,6 @@ ALL_TARGET= ssaha PLIST_FILES= bin/ssaha %%DATADIR%%/testSSAHA.csh \ ${DATA_FILES:S,^,%%DATADIR%%/,} -PLIST_DIRS= %%DATADIR%% DATA_FILES= test.fasta test_extract.fasta test_filter.fail \ test_filter.fastq test_protein.fasta README Modified: head/biology/wise/Makefile ============================================================================== --- head/biology/wise/Makefile Sat Dec 20 17:22:12 2014 (r375013) +++ head/biology/wise/Makefile Sat Dec 20 17:27:08 2014 (r375014) @@ -23,7 +23,6 @@ SUB_FILES= pkg-message PORTDOCS= * PORTEXAMPLES= * PLIST_FILES= ${BINFILES:S,^,bin/,} ${DATAFILES:S,^,%%DATADIR%%/,} -PLIST_DIRS= %%DATADIR%% # # Actually want an 'ALL_TARGET = all perl' which then requires