diff options
author | tonio <tonio@pkgsrc.org> | 2008-01-05 09:22:06 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2008-01-05 09:22:06 +0000 |
commit | 92448f4cbf79d7df1d48c757c88d9e580bd00276 (patch) | |
tree | 33937fb464c5c5da05c28798b7b0fbea31c5d797 /lang/moscow_ml | |
parent | 10fd06a712f912d3f21550283c7318cfe3171fd6 (diff) | |
download | pkgsrc-92448f4cbf79d7df1d48c757c88d9e580bd00276.tar.gz |
Set MAKE_JOBS_SAFE=no
Noticed by Aleksej Saushev
Diffstat (limited to 'lang/moscow_ml')
-rw-r--r-- | lang/moscow_ml/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/moscow_ml/Makefile b/lang/moscow_ml/Makefile index 51c3ce27f42..839fda7219b 100644 --- a/lang/moscow_ml/Makefile +++ b/lang/moscow_ml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2007/02/22 19:26:38 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2008/01/05 09:22:06 tonio Exp $ DISTNAME= mos20src PKGNAME= moscow_ml-2.00 @@ -15,6 +15,7 @@ WRKSRC= ${WRKDIR}/mosml/src USE_TOOLS+= perl BUILD_TARGET= clean world +MAKE_JOBS_SAFE= no post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/moscow_ml |