From e149b8929eca0f0975b317304da54ebcb3b8dd43 Mon Sep 17 00:00:00 2001 From: dholland Date: Tue, 12 Nov 2013 04:00:47 +0000 Subject: Give this netbsd make rules (same as linux) -- this allows it to build for me. --- lang/mono/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lang/mono') diff --git a/lang/mono/Makefile b/lang/mono/Makefile index 5aed8870e3e..78e4707ed1a 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.143 2013/10/19 09:06:55 adam Exp $ +# $NetBSD: Makefile,v 1.144 2013/11/12 04:00:47 dholland Exp $ DISTNAME= mono-3.0.10 PKGREVISION= 3 @@ -152,6 +152,10 @@ CONFIGURE_ARGS+= --disable-parallel-mark PLIST.monodoc= yes .endif +post-extract: + ${CP} ${WRKSRC}/mcs/build/platforms/linux.make \ + ${WRKSRC}/mcs/build/platforms/netbsd.make + post-install: ${INSTALL_DATA} ${WRKSRC}/data/net_4_5/DefaultWsdlHelpGenerator.aspx \ ${DESTDIR}${EGDIR}/4.5/DefaultWsdlHelpGenerator.aspx -- cgit v1.2.3