diff options
-rw-r--r-- | math/moo/Makefile | 2 |
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 |