From owner-svn-ports-head@FreeBSD.ORG Sat Dec 20 19:35:13 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 04E789FD; Sat, 20 Dec 2014 19:35:13 +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 DA4D82BC6; Sat, 20 Dec 2014 19:35:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBKJZCYX008906; Sat, 20 Dec 2014 19:35:12 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBKJZBh0008901; Sat, 20 Dec 2014 19:35:11 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201412201935.sBKJZBh0008901@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 19:35:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375110 - in head/science: dlpoly-classic medit mol2ps sigrok-firmware-fx2lafw xmakemol 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 19:35:13 -0000 Author: bapt Date: Sat Dec 20 19:35:10 2014 New Revision: 375110 URL: https://svnweb.freebsd.org/changeset/ports/375110 QAT: https://qat.redports.org/buildarchive/r375110/ Log: cleanup plist Modified: head/science/dlpoly-classic/Makefile head/science/medit/Makefile head/science/mol2ps/Makefile head/science/sigrok-firmware-fx2lafw/Makefile head/science/xmakemol/Makefile Modified: head/science/dlpoly-classic/Makefile ============================================================================== --- head/science/dlpoly-classic/Makefile Sat Dec 20 19:34:09 2014 (r375109) +++ head/science/dlpoly-classic/Makefile Sat Dec 20 19:35:10 2014 (r375110) @@ -30,7 +30,6 @@ MPIF90= ${LOCALBASE}/mpi/openmpi/bin/mp GUI_USE= JAVA=yes GUI_PLIST_FILES= bin/dlpoly-gui \ ${DATADIR_REL}/GUI.jar -GUI_PLIST_DIRS= ${DATADIR_REL} post-patch: ${CP} ${WRKSRC}/build/MakePAR ${WRKSRC}/build/MakeSEQ ${BUILD_WRKSRC} Modified: head/science/medit/Makefile ============================================================================== --- head/science/medit/Makefile Sat Dec 20 19:34:09 2014 (r375109) +++ head/science/medit/Makefile Sat Dec 20 19:35:10 2014 (r375110) @@ -42,7 +42,6 @@ DISTFILES+= meshes.tar.gz EXTRACT_ONLY+= meshes.tar.gz MESHES= DEFAULT.medit ozark.gis part.bb part.mesh thepart.mesh PLIST_FILES+= ${MESHES:S|^|%%EXAMPLESDIR%%/|} -PLIST_DIRS= %%EXAMPLESDIR%% . endif post-extract: Modified: head/science/mol2ps/Makefile ============================================================================== --- head/science/mol2ps/Makefile Sat Dec 20 19:34:09 2014 (r375109) +++ head/science/mol2ps/Makefile Sat Dec 20 19:35:10 2014 (r375110) @@ -24,7 +24,6 @@ EXTRACT_AFTER_ARGS= ${WRKDIR} USE_FPC= yes PLIST_FILES= bin/${PORTNAME} bin/mol2svg %%DATADIR%%/color.conf -PLIST_DIRS= %%DATADIR%% do-build: (cd ${WRKSRC} && ${LOCALBASE}/bin/fpc ${EXTRACT_ONLY} -S2 -O3) Modified: head/science/sigrok-firmware-fx2lafw/Makefile ============================================================================== --- head/science/sigrok-firmware-fx2lafw/Makefile Sat Dec 20 19:34:09 2014 (r375109) +++ head/science/sigrok-firmware-fx2lafw/Makefile Sat Dec 20 19:35:10 2014 (r375110) @@ -25,7 +25,6 @@ FW_FILES= fx2lafw-braintechnology-usb-lp PORTDOCS= README NEWS PLIST_FILES= ${FW_FILES:S,^,share/sigrok-firmware/,} -PLIST_DIRSTRY= share/sigrok-firmware do-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/science/xmakemol/Makefile ============================================================================== --- head/science/xmakemol/Makefile Sat Dec 20 19:34:09 2014 (r375109) +++ head/science/xmakemol/Makefile Sat Dec 20 19:35:10 2014 (r375110) @@ -20,6 +20,5 @@ PLIST_FILES= bin/xmake_anim.pl \ bin/xmakemol \ man/man1/xmakemol.1.gz \ %%DATADIR%%/elements -PLIST_DIRS= %%DATADIR%% .include