Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jun 2009 10:42:44 +0200 (CEST)
From:      Romain Tartiere <mono@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/135994: Fix lang/mono-basic to obey PREFIX
Message-ID:  <20090624084244.905FA5C364@marvin.blogreen.org>
Resent-Message-ID: <200906240850.n5O8o1et021479@freefall.freebsd.org>

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

>Number:         135994
>Category:       ports
>Synopsis:       Fix lang/mono-basic to obey PREFIX
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 24 08:50:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Romain Tartiere
>Release:        FreeBSD 7.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD marvin.blogreen.org 7.2-STABLE FreeBSD 7.2-STABLE #3 r193900M: Wed Jun 10 14:27:38 CEST 2009 root@marvin.blogreen.org:/usr/obj/usr/src/sys/MARVIN i386
>Description:

John Hein reported that mono-basic configure script can handle a --prefix=
argument.  The attached patch make the ports tree make use of it.

Reported by: John Hein <jhein@timing.com>

>How-To-Repeat:
	
>Fix:

	

--- mono-basic.diff begins here ---
Index: lang/mono-basic/Makefile
===================================================================
--- lang/mono-basic/Makefile	(révision 442)
+++ lang/mono-basic/Makefile	(révision 443)
@@ -20,6 +20,7 @@
 
 USE_BZIP2=	yes
 HAS_CONFIGURE=	yes
+CONFIGURE_ARGS=	--prefix=${PREFIX}
 USE_GMAKE=	yes
 
 tests: build
--- mono-basic.diff ends here ---


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



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