ports/135994: Fix lang/mono-basic to obey PREFIX

Romain Tartiere mono at FreeBSD.org
Wed Jun 24 08:50:02 UTC 2009


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list