Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jun 1999 21:01:15 +0200 (CEST)
From:      Nick Hibma <nick.hibma@jrc.it>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/12213: [PATCH] benchmarks/netperf installs into /usr/local instead of PREFIX
Message-ID:  <199906141901.VAA76913@elpc36.jrc.it>

next in thread | raw e-mail | index | archive | help

>Number:         12213
>Category:       ports
>Synopsis:       [PATCH] benchmarks/netperf installs into /usr/local instead of PREFIX
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 14 12:10:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Nick Hibma
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
>Environment:

	ports as of this afternoon

>Description:

	benchmarks/netperf does not use PREFIX, but has /usr/local hard coded
	in.

>How-To-Repeat:

cd /usr/ports/benchmarks/netperf
make PREFIX=/bla/bla/bla install

>Fix:
	
--- patch-aa.orig       Mon Jun 14 23:08:26 1999
+++ patch-aa    Mon Jun 14 23:08:53 1999
@@ -14,7 +14,7 @@
   # for the rest of the world, it is probably better to put the binaries
   # in /usr/local/netperf or /opt/netperf
   #
-! NETPERF_HOME = /usr/local/netperf
+! NETPERF_HOME = ${PREFIX}/netperf
 ! #NETPERF_HOME = /opt/netperf
   
   # The compiler on your system might be somewhere else, and/or have



>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906141901.VAA76913>