diff options
author | mezz <mezz@FreeBSD.org> | 2004-12-11 03:56:01 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-12-11 03:56:01 +0800 |
commit | 5923ad9a930790bca5272a33fd50a140ac3352e4 (patch) | |
tree | 35386f60921e55c5fe3fa217e9a38c9aba8e9708 /x11-toolkits/gtk-sharp | |
parent | 2c4a28e772db74228cc374e8f2d6c184908eec89 (diff) | |
download | freebsd-ports-gnome-5923ad9a930790bca5272a33fd50a140ac3352e4.tar.gz freebsd-ports-gnome-5923ad9a930790bca5272a33fd50a140ac3352e4.tar.zst freebsd-ports-gnome-5923ad9a930790bca5272a33fd50a140ac3352e4.zip |
Add MAKE_ENV=MONO_SHARED_DIR=${WRKDIR} to avoid mono to throw the junk in
/root/.wapi. It should be good in future when you do the big upgrade without
have to do the 'rm -rf /root/.wapi'.
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Project by: BSD# - http://forge.novell.com/modules/xfmod/project/?bsd-sharp
Approved by: maintainer timeout (still no contact for months)
Diffstat (limited to 'x11-toolkits/gtk-sharp')
-rw-r--r-- | x11-toolkits/gtk-sharp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-toolkits/gtk-sharp/Makefile b/x11-toolkits/gtk-sharp/Makefile index dba80e6fd935..315256eb19fc 100644 --- a/x11-toolkits/gtk-sharp/Makefile +++ b/x11-toolkits/gtk-sharp/Makefile @@ -2,6 +2,7 @@ # Date created: 2003-01-01 # Whom: Juli Mallett # +# $Id: Makefile,v 1.10 2004/12/09 04:45:12 tmclau02 Exp $ # $FreeBSD$ # @@ -25,6 +26,8 @@ USE_GMAKE= yes USE_PERL5_RUN= yes USE_GNOME= gnomehack libgnomedb gtkhtml3 vte librsvg2 +MAKE_ENV=MONO_SHARED_DIR=${WRKDIR} + post-patch: @${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -e \ 's|^#!/usr/bin/perl|#!${PERL}|' |