From owner-svn-ports-head@FreeBSD.ORG Sun Feb 9 09:13:02 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D4399D3C; Sun, 9 Feb 2014 09:13:02 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BF1EF1358; Sun, 9 Feb 2014 09:13:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s199D2pr024743; Sun, 9 Feb 2014 09:13:02 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s199D2eW024742; Sun, 9 Feb 2014 09:13:02 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201402090913.s199D2eW024742@svn.freebsd.org> From: Emanuel Haupt Date: Sun, 9 Feb 2014 09:13:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343439 - head/benchmarks/iozone 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.17 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: Sun, 09 Feb 2014 09:13:02 -0000 Author: ehaupt Date: Sun Feb 9 09:13:02 2014 New Revision: 343439 URL: http://svnweb.freebsd.org/changeset/ports/343439 QAT: https://qat.redports.org/buildarchive/r343439/ Log: Support staging Modified: head/benchmarks/iozone/Makefile Modified: head/benchmarks/iozone/Makefile ============================================================================== --- head/benchmarks/iozone/Makefile Sun Feb 9 09:07:01 2014 (r343438) +++ head/benchmarks/iozone/Makefile Sun Feb 9 09:13:02 2014 (r343439) @@ -20,8 +20,7 @@ MAKE_ARGS= ${MAKE_ENV} ALL_TARGET= freebsd MAKE_JOBS_UNSAFE= yes -MAN1= iozone.1 -PLIST_FILES= bin/iozone +PLIST_FILES= bin/iozone man/man1/iozone.1.gz OPTIONS_DEFINE= SSH THREADS OPTIONS_DEFAULT=SSH THREADS @@ -29,7 +28,6 @@ OPTIONS_DEFAULT=SSH THREADS SSH_DESC= Use ssh in distributed measurement THREADS_DESC= Enable threading (uses pthreads) -NO_STAGE= yes .include .if ${PORT_OPTIONS:MTHREADS} @@ -46,7 +44,8 @@ post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/makefile do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/iozone ${PREFIX}/bin - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/docs/iozone.1 ${MAN1PREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/iozone ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/docs/iozone.1 \ + ${STAGEDIR}${MAN1PREFIX}/man/man1 .include