diff options
author | dholland <dholland@pkgsrc.org> | 2013-11-12 04:00:47 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-11-12 04:00:47 +0000 |
commit | e149b8929eca0f0975b317304da54ebcb3b8dd43 (patch) | |
tree | 93f3ac18df80ddaa8bb235787281f7ad265dcdab /lang/mono | |
parent | b7c84b4887bc99762bd5c8c530a8a4ee5faa4d6e (diff) | |
download | pkgsrc-e149b8929eca0f0975b317304da54ebcb3b8dd43.tar.gz |
Give this netbsd make rules (same as linux) -- this allows it to build
for me.
Diffstat (limited to 'lang/mono')
-rw-r--r-- | lang/mono/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
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 |