From 1670c61f8b50ebf612c6c9f75e1bd4d371d0c6aa Mon Sep 17 00:00:00 2001 From: mezz Date: Sun, 3 Oct 2010 17:12:26 +0000 Subject: Force it to put the .cache in ${WRKSRC} instead of ~/.cache. PR: ports/143260 Reported by: Olaf Seibert , ast@marabu.ch, a few in freebsd-gnome@ git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14782 df743ca5-7f9a-e211-a948-0013205c9059 --- devel/gobject-introspection/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile index d0eb4e8cd..cc49f9cc4 100644 --- a/devel/gobject-introspection/Makefile +++ b/devel/gobject-introspection/Makefile @@ -3,7 +3,7 @@ # Whom: Alexander Logvinov # # $FreeBSD$ -# $MCom: ports/devel/gobject-introspection/Makefile,v 1.22 2010/09/30 19:48:27 kwm Exp $ +# $MCom: ports/devel/gobject-introspection/Makefile,v 1.23 2010/09/30 20:01:06 kwm Exp $ # PORTNAME= gobject-introspection @@ -34,6 +34,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --disable-tests +# Force it to put the .cache in ${WRKSRC} instead of ~/.cache. ports/143260 +MAKE_ENV= HOME=${WRKDIR} + MAN1= g-ir-compiler.1 g-ir-generate.1 g-ir-scanner.1 .include -- cgit