aboutsummaryrefslogtreecommitdiff
path: root/x11/roxterm
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-05-04 14:06:08 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-05-04 14:06:08 +0000
commit63f76304d6f21c191cb8e08ab49787bcf031fb6d (patch)
tree20dbde6d95ce50dde89bcaeaaee0c6c3ee84e6b1 /x11/roxterm
parent72e61e01d5850e4a1b7f817ff8c3f51d32dc101c (diff)
downloadports-63f76304d6f21c191cb8e08ab49787bcf031fb6d.tar.gz
ports-63f76304d6f21c191cb8e08ab49787bcf031fb6d.zip
- When DISABLE_MAKE_JOBS or MAKE_JOBS_UNSAFE is set, also set
MAKE_JOBS_NUMBER to 1. This makes it safe to do -j${MAKE_JOBS_NUMBER} without any extra logic. - Cleanup ports working around the empty MAKE_JOBS_NUMBER - This also fixes several ports that were expecting MAKE_JOBS_NUMBER to always have a number Reviewed by: bapt Spotted by: John Marino <draco@marino.st> With hat: portmgr
Notes
Notes: svn path=/head/; revision=317320
Diffstat (limited to 'x11/roxterm')
-rw-r--r--x11/roxterm/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/x11/roxterm/Makefile b/x11/roxterm/Makefile
index 2af83129f84f..5bc1463e9dd4 100644
--- a/x11/roxterm/Makefile
+++ b/x11/roxterm/Makefile
@@ -33,9 +33,7 @@ MAITCHFLAGS= CC=${CC};CPP=${CC};CFLAGS=${CFLAGS};PARALLEL=${_make_jobs}
.include <bsd.port.options.mk>
-.if !defined(DISABLE_MAKE_JOBS)
_make_jobs= ${MAKE_JOBS_NUMBER}
-.endif
post-patch:
@${REINPLACE_CMD} -e \