diff options
author | John Marino <marino@FreeBSD.org> | 2016-12-09 22:39:46 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-12-09 22:39:46 +0000 |
commit | 3400994423250fdc95b9d344f5185c2f6c3e81e3 (patch) | |
tree | 64b90c7cb26b272ce47b366b8da3494c7d51b979 /math/moo | |
parent | 9669a3a766bf481fa7484d89ad982a9afa52ee53 (diff) | |
download | ports-3400994423250fdc95b9d344f5185c2f6c3e81e3.tar.gz ports-3400994423250fdc95b9d344f5185c2f6c3e81e3.zip |
Notes
Diffstat (limited to 'math/moo')
-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 |