diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-10-04 01:12:26 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-10-04 01:12:26 +0800 |
commit | 1670c61f8b50ebf612c6c9f75e1bd4d371d0c6aa (patch) | |
tree | 386235b1f7db431a0291116c6c20366a0214358a /devel/gobject-introspection/Makefile | |
parent | af075e82b73e84e3bd226838693dc5ef2df50607 (diff) | |
download | marcuscom-ports-1670c61f8b50ebf612c6c9f75e1bd4d371d0c6aa.tar marcuscom-ports-1670c61f8b50ebf612c6c9f75e1bd4d371d0c6aa.tar.gz marcuscom-ports-1670c61f8b50ebf612c6c9f75e1bd4d371d0c6aa.tar.bz2 marcuscom-ports-1670c61f8b50ebf612c6c9f75e1bd4d371d0c6aa.tar.lz marcuscom-ports-1670c61f8b50ebf612c6c9f75e1bd4d371d0c6aa.tar.xz marcuscom-ports-1670c61f8b50ebf612c6c9f75e1bd4d371d0c6aa.tar.zst marcuscom-ports-1670c61f8b50ebf612c6c9f75e1bd4d371d0c6aa.zip |
Force it to put the .cache in ${WRKSRC} instead of ~/.cache.
PR: ports/143260
Reported by: Olaf Seibert <O.Seibert@cs.ru.nl>,
ast@marabu.ch,
a few in freebsd-gnome@
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14782 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gobject-introspection/Makefile')
-rw-r--r-- | devel/gobject-introspection/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 <avl@FreeBSD.org> # # $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 <bsd.port.pre.mk> |