aboutsummaryrefslogtreecommitdiff
path: root/math/moo
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-12-09 22:39:46 +0000
committerJohn Marino <marino@FreeBSD.org>2016-12-09 22:39:46 +0000
commit3400994423250fdc95b9d344f5185c2f6c3e81e3 (patch)
tree64b90c7cb26b272ce47b366b8da3494c7d51b979 /math/moo
parent9669a3a766bf481fa7484d89ad982a9afa52ee53 (diff)
downloadports-3400994423250fdc95b9d344f5185c2f6c3e81e3.tar.gz
ports-3400994423250fdc95b9d344f5185c2f6c3e81e3.zip
math/moo is not jobs safe (flex generation)
Notes
Notes: svn path=/head/; revision=428256
Diffstat (limited to 'math/moo')
-rw-r--r--math/moo/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/moo/Makefile b/math/moo/Makefile
index 5f05916153f6..522417998e44 100644
--- a/math/moo/Makefile
+++ b/math/moo/Makefile
@@ -12,6 +12,8 @@ COMMENT= Calculator that accepts C-like syntax as input
PLIST_FILES= bin/moo man/man1/moo.1.gz
+MAKE_JOBS_UNSAFE= yes
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/moo ${STAGEDIR}${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/moo.1 ${STAGEDIR}${MANPREFIX}/man/man1