diff options
author | kefren <kefren@pkgsrc.org> | 2015-07-06 04:46:10 +0000 |
---|---|---|
committer | kefren <kefren@pkgsrc.org> | 2015-07-06 04:46:10 +0000 |
commit | 18b0c52a46ee95c1c863edd1b92e9231301e66ed (patch) | |
tree | ee4ccc75c123efda918493e4a5e8f2b8734d11c4 /net/mono-nat/Makefile | |
parent | 36bd6b49d8d6e07534780d9ed80df35e866a3ee9 (diff) | |
download | pkgsrc-18b0c52a46ee95c1c863edd1b92e9231301e66ed.tar.gz |
Bring mono-nat, monotorrent and monsoon into mono4 world
Bump pkgrevisons
Diffstat (limited to 'net/mono-nat/Makefile')
-rw-r--r-- | net/mono-nat/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/net/mono-nat/Makefile b/net/mono-nat/Makefile index 91cd6fbb040..d38624861a5 100644 --- a/net/mono-nat/Makefile +++ b/net/mono-nat/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2015/04/06 08:17:16 adam Exp $ +# $NetBSD: Makefile,v 1.14 2015/07/06 04:46:10 kefren Exp $ DISTNAME= mono-nat-1.0.2 -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= net MASTER_SITES= http://projects.qnetp.net/attachments/download/22/ @@ -13,5 +13,11 @@ GNU_CONFIGURE= yes MAKE_JOBS_SAFE= no USE_TOOLS+= gmake pkg-config -.include "../../lang/mono2/buildlink3.mk" +SUBST_CLASSES+= fix-mcs +SUBST_STAGE.fix-mcs= post-patch +SUBST_MESSAGE.fix-mcs= Fix compiler name +SUBST_FILES.fix-mcs= configure Mono.Nat/Makefile.in +SUBST_SED.fix-mcs= -e 's,gmcs,mcs,' + +.include "../../lang/mono/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |