diff options
author | dholland <dholland> | 2013-11-12 04:00:47 +0000 |
---|---|---|
committer | dholland <dholland> | 2013-11-12 04:00:47 +0000 |
commit | f83dfe1396462382c3968d6af9f8c1e00d4c77b6 (patch) | |
tree | 93f3ac18df80ddaa8bb235787281f7ad265dcdab /lang | |
parent | 15e2dd6de7465821e5ffaff05d8f9460f93dd81f (diff) | |
download | pkgsrc-f83dfe1396462382c3968d6af9f8c1e00d4c77b6.tar.gz |
Give this netbsd make rules (same as linux) -- this allows it to build
for me.
Diffstat (limited to 'lang')
-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 |