From 4e017b4d5f362d1396ba27a75738195ebaa69e37 Mon Sep 17 00:00:00 2001 From: dholland Date: Mon, 18 Nov 2013 18:14:38 +0000 Subject: [PATCH] This requires the same change as mono3 to get netbsd.make. --- lang/mono2/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lang/mono2/Makefile b/lang/mono2/Makefile index ab1420b962a2..f1a32dbc1373 100644 --- a/lang/mono2/Makefile +++ b/lang/mono2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2013/10/19 09:06:55 adam Exp $ +# $NetBSD: Makefile,v 1.5 2013/11/18 18:14:38 dholland Exp $ DISTNAME= mono-2.10.9 PKGREVISION= 4 @@ -158,6 +158,10 @@ ULIMIT_CMD_datasize= ulimit -d 524288 ULIMIT_CMD_stacksize= ulimit -s 10240 .endif +post-extract: + ${CP} ${WRKSRC}/mcs/build/platforms/linux.make \ + ${WRKSRC}/mcs/build/platforms/netbsd.make + .include "../../devel/gettext-lib/buildlink3.mk" .include "../../lang/python/application.mk" .include "../../textproc/icu/buildlink3.mk"