diff options
author | dholland <dholland> | 2013-11-18 18:14:38 +0000 |
---|---|---|
committer | dholland <dholland> | 2013-11-18 18:14:38 +0000 |
commit | 2e351ff083b2f853b9a20e22dd0ef2a5f46453c6 (patch) | |
tree | 6dc1f8e4c4ff8762dbb3b8bed478cfb0952ecca7 /lang | |
parent | 62abc43edfe279347d0aea81404ec0b4f069f346 (diff) | |
download | pkgsrc-2e351ff083b2f853b9a20e22dd0ef2a5f46453c6.tar.gz |
This requires the same change as mono3 to get netbsd.make.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/mono2/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/mono2/Makefile b/lang/mono2/Makefile index ab1420b962a..f1a32dbc137 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" |