[patch] fix lang/mono-basic to obey PREFIX

John Hein jhein at timing.com
Tue Jun 23 18:55:07 UTC 2009


mono-basic has the config machinery to pass in --prefix, but
we don't do that in the port (HAS_CONFIGURE=yes doesn't, but
GNU_CONFIGURE=yes does).

So this patch explicitly adds --prefix to CONFIGURE_ARGS
(and does a minor sort)...

Index: Makefile
===================================================================
RCS file: /base/FreeBSD-CVS/ports/lang/mono-basic/Makefile,v
retrieving revision 1.1
diff -u -p -r1.1 Makefile
--- Makefile	23 Jun 2009 11:46:02 -0000	1.1
+++ Makefile	23 Jun 2009 17:14:03 -0000
@@ -18,8 +18,9 @@ RUN_DEPENDS=	mono:${PORTSDIR}/lang/mono
 
 MAN1=		vbnc.1
 
-USE_BZIP2=	yes
+CONFIGURE_ARGS+=	--prefix=${PREFIX}
 HAS_CONFIGURE=	yes
+USE_BZIP2=	yes
 USE_GMAKE=	yes
 
 tests: build



More information about the freebsd-mono mailing list