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)
This commit is contained in:
parent
b07f2f74d7
commit
5346f804b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123650
4 changed files with 12 additions and 0 deletions
|
@ -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}|'
|
||||
|
|
|
@ -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}|'
|
||||
|
|
|
@ -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}|'
|
||||
|
|
|
@ -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}|'
|
||||
|
|
Loading…
Reference in a new issue