diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-07-16 21:59:48 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-07-16 21:59:48 +0000 |
commit | 3e61d7e8016993f253fc3656941d8aa1bbe6ccf7 (patch) | |
tree | 5c7980bf4b862ceb755aea2aa270373462796ee1 /math | |
parent | 9eed5526497a902d8c3fe91c907a10f88db03189 (diff) | |
download | ports-3e61d7e8016993f253fc3656941d8aa1bbe6ccf7.tar.gz ports-3e61d7e8016993f253fc3656941d8aa1bbe6ccf7.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/ised/Makefile | 2 | ||||
-rw-r--r-- | math/p5-Math-Round/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/math/ised/Makefile b/math/ised/Makefile index e5b9919b1620..cf363a7fea47 100644 --- a/math/ised/Makefile +++ b/math/ised/Makefile @@ -19,8 +19,6 @@ MAN1= ${PORTNAME}.1 PLIST_FILES= bin/${PORTNAME} -MAKE_JOBS_SAFE= yes - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${MAN1PREFIX}/man/man1 diff --git a/math/p5-Math-Round/Makefile b/math/p5-Math-Round/Makefile index daa9ccd5149d..c84c106c7bd8 100644 --- a/math/p5-Math-Round/Makefile +++ b/math/p5-Math-Round/Makefile @@ -12,8 +12,6 @@ COMMENT= Perl extension for rounding numbers PERL_CONFIGURE= yes -MAKE_JOBS_SAFE= yes - MAN3= Math::Round.3 .include <bsd.port.mk> |