From owner-svn-ports-head@FreeBSD.ORG Sat Dec 20 14:07:29 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 18A1B10C; Sat, 20 Dec 2014 14:07:29 +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 0420D29C1; Sat, 20 Dec 2014 14:07:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBKE7Sq3037663; Sat, 20 Dec 2014 14:07:28 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBKE7S6X037661; Sat, 20 Dec 2014 14:07:28 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201412201407.sBKE7S6X037661@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 14:07:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375007 - in head/benchmarks: fhourstones sipp 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 14:07:29 -0000 Author: bapt Date: Sat Dec 20 14:07:27 2014 New Revision: 375007 URL: https://svnweb.freebsd.org/changeset/ports/375007 QAT: https://qat.redports.org/buildarchive/r375007/ Log: Clean up some now useless PLIST_DIRS* Modified: head/benchmarks/fhourstones/Makefile head/benchmarks/sipp/Makefile Modified: head/benchmarks/fhourstones/Makefile ============================================================================== --- head/benchmarks/fhourstones/Makefile Sat Dec 20 13:57:20 2014 (r375006) +++ head/benchmarks/fhourstones/Makefile Sat Dec 20 14:07:27 2014 (r375007) @@ -13,7 +13,6 @@ COMMENT= The Fhourstones Benchmark NO_WRKSUBDIR= yes PLIST_FILES= bin/fhourstones lib/fhourstones/SearchGame lib/fhourstones/inputs -PLIST_DIRS= lib/fhourstones post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/Makefile Modified: head/benchmarks/sipp/Makefile ============================================================================== --- head/benchmarks/sipp/Makefile Sat Dec 20 13:57:20 2014 (r375006) +++ head/benchmarks/sipp/Makefile Sat Dec 20 14:07:27 2014 (r375007) @@ -45,9 +45,6 @@ PCAP_FILES= dtmf_2833_0.pcap dtmf_2833_1 dtmf_2833_9.pcap dtmf_2833_pound.pcap dtmf_2833_star.pcap \ g711a.pcap -PLIST_DIRS= %%DATADIR%%/pcap \ - %%DATADIR%% - .for f in ${PCAP_FILES} PLIST_FILES+= %%DATADIR%%/pcap/${f} .endfor