[Bsd-sharp-cvs] CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/devel/monodevelop by tmclau02

noreply at forge.novell.com noreply at forge.novell.com
Sun Dec 18 19:44:29 MST 2005


CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/devel/monodevelop by tmclau02

Modified Files:
	Makefile 
Log Message:
Patch MonoDevelop startup script to work when only firefox is installed.

===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/devel/monodevelop/Makefile,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- /cvsroot/bsd-sharp/FreeBSD-ports/devel/monodevelop/Makefile	2005/12/04 23:26:31	1.25
+++ /cvsroot/bsd-sharp/FreeBSD-ports/devel/monodevelop/Makefile	2005/12/19 02:44:28	1.26
@@ -3,10 +3,11 @@
 # Whom:				Tom McLaughlin <tmclaugh at sdf.lonestar.org>
 #
 # $FreeBSD$
-#   $Id: Makefile,v 1.25 2005/12/04 23:26:31 tmclau02 Exp $
+#   $Id: Makefile,v 1.26 2005/12/19 02:44:28 tmclau02 Exp $
 #
 
 PORTNAME=	monodevelop
+PORTREVISION=	1
 PORTVERSION=	0.9
 CATEGORIES=	devel
 MASTER_SITES=	http://www.go-mono.com/sources/monodevelop/
@@ -37,6 +38,7 @@
 			${WRKSRC}/Makefile.in
 	@${REINPLACE_CMD} -e 's|../lib/pkgconfig|../libdata/pkgconfig|g' \
 		${WRKSRC}/Core/src/MonoDevelop.Core/MonoDevelop.Core/SystemAssemblyService.cs
+	@${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/monodevelop.in
 
 post-install:
 	@-update-desktop-database



More information about the Bsd-sharp-cvs mailing list