summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk-sharp10
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2004-12-10 19:56:01 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2004-12-10 19:56:01 +0000
commit5346f804b2676521d7d9ab622f5f89c4acf9e209 (patch)
treed83119f802b85ad46c0ea9539d320300135a76d7 /x11-toolkits/gtk-sharp10
parentUpdate to 1.0.5. (diff)
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)
Notes
Notes: svn path=/head/; revision=123650
Diffstat (limited to 'x11-toolkits/gtk-sharp10')
-rw-r--r--x11-toolkits/gtk-sharp10/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-toolkits/gtk-sharp10/Makefile b/x11-toolkits/gtk-sharp10/Makefile
index dba80e6fd935..315256eb19fc 100644
--- a/x11-toolkits/gtk-sharp10/Makefile
+++ b/x11-toolkits/gtk-sharp10/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}|'