Date: Tue, 23 Jun 2009 12:16:35 -0600 From: John Hein <jhein@timing.com> To: mono@freebsd.org Subject: [patch] fix lang/mono-basic to obey PREFIX Message-ID: <19009.7171.561005.156768@gromit.timing.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19009.7171.561005.156768>
