Date: Fri, 29 Sep 2017 14:45:48 +0000 (UTC) From: Luca Pizzamiglio <pizzamig@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450894 - in head/benchmarks/unixbench: . files Message-ID: <201709291445.v8TEjmsd091779@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pizzamig Date: Fri Sep 29 14:45:48 2017 New Revision: 450894 URL: https://svnweb.freebsd.org/changeset/ports/450894 Log: benchmarks/unixbench: Fix the new path in the unixbench Bump PORTREVISION PR: 222480 Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D12541 Modified: head/benchmarks/unixbench/Makefile head/benchmarks/unixbench/files/unixbench.in Modified: head/benchmarks/unixbench/Makefile ============================================================================== --- head/benchmarks/unixbench/Makefile Fri Sep 29 14:11:33 2017 (r450893) +++ head/benchmarks/unixbench/Makefile Fri Sep 29 14:45:48 2017 (r450894) @@ -4,6 +4,7 @@ PORTNAME= unixbench DISTVERSIONPREFIX= v DISTVERSION= 5.1.3 +PORTREVISION= 1 CATEGORIES= benchmarks MAINTAINER= pizzamig@FreeBSD.org Modified: head/benchmarks/unixbench/files/unixbench.in ============================================================================== --- head/benchmarks/unixbench/files/unixbench.in Fri Sep 29 14:11:33 2017 (r450893) +++ head/benchmarks/unixbench/files/unixbench.in Fri Sep 29 14:45:48 2017 (r450894) @@ -5,6 +5,6 @@ RESULTDIR=${RESULTDIR-/tmp} export TMPDIR RESULTDIR -cd %%PREFIX%%/lib/unixbench +cd %%PREFIX%%/libexec/unixbench exec ./Run "$@"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709291445.v8TEjmsd091779>