[Bsd-sharp-cvs] CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/devel/mono-tools by killfill

noreply at forge.novell.com noreply at forge.novell.com
Thu Dec 7 11:42:33 MST 2006


CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/devel/mono-tools by killfill

Modified Files:
	Makefile pkg-plist 
Log Message:
Fix pkg-plist

===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/devel/mono-tools/Makefile,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- /cvsroot/bsd-sharp/FreeBSD-ports/devel/mono-tools/Makefile	2006/11/23 16:46:19	1.18
+++ /cvsroot/bsd-sharp/FreeBSD-ports/devel/mono-tools/Makefile	2006/12/07 18:42:33	1.19
@@ -3,11 +3,12 @@
 # Whom:				Tom McLaughlin <tmclaugh at sdf.lonestar.org>
 #
 # $FreeBSD: ports/devel/mono-tools/Makefile,v 1.6 2006/05/04 21:40:55 edwin Exp $
-#   $Id: Makefile,v 1.18 2006/11/23 16:46:19 killfill Exp $
+#   $Id: Makefile,v 1.19 2006/12/07 18:42:33 killfill Exp $
 #
 
 PORTNAME=	mono-tools
 PORTVERSION=	1.2.1
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://www.go-mono.com/sources/${PORTNAME}/
 
@@ -23,9 +24,13 @@
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 
+MAN1=	create-native-map.1
+
 post-extract:
 	@${REINPLACE_CMD} -e 's|@bindir@/monodoc|monodoc|g' \
 		${WRKSRC}/docbrowser/monodoc.desktop.in
+	@${REINPLACE_CMD} -e 's|lib/pkgconfig|libdata/pkgconfig|g' \
+		${WRKSRC}/create-native-map/lib/pkgconfig/Makefile.in
 
 .include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
 .include <bsd.port.mk>
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/devel/mono-tools/pkg-plist,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- /cvsroot/bsd-sharp/FreeBSD-ports/devel/mono-tools/pkg-plist	2006/10/08 02:32:42	1.7
+++ /cvsroot/bsd-sharp/FreeBSD-ports/devel/mono-tools/pkg-plist	2006/12/07 18:42:33	1.8
@@ -1,13 +1,18 @@
+bin/create-native-map
 bin/gasnview
 bin/gnunit
 bin/gnunit2
 bin/monodoc
+lib/create-native-map/create-native-map.exe
+lib/create-native-map/MapAttribute.cs
 lib/mono/1.0/gasnview.exe
 lib/mono/1.0/gnunit.exe
 lib/mono/2.0/gnunit2.exe
 lib/monodoc/GeckoHtmlRender.dll
 lib/monodoc/GtkHtmlHtmlRender.dll
 lib/monodoc/browser.exe
+libdata/pkgconfig/create-native-map.pc
 share/applications/monodoc.desktop
 share/pixmaps/monodoc.png
+ at dirrm lib/create-native-map
 @dirrmtry share/applications


More information about the Bsd-sharp-cvs mailing list