diff options
-rw-r--r-- | mail/mairix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mairix/Makefile b/mail/mairix/Makefile index b0cda64bac43..baaf6abf8e5e 100644 --- a/mail/mairix/Makefile +++ b/mail/mairix/Makefile @@ -27,10 +27,11 @@ BZIP2_DESC= bzip2 compressed mbox support GZIP_CONFIGURE_ENABLE= gzip-mbox BZIP2_CONFIGURE_ENABLE= bzip-mbox +MAKE_JOBS_UNSAFE= yes NO_STAGE= yes .include <bsd.port.options.mk> -# Do not hardcode make(1) binary name and fix atomicity to allow -jX builds +# Do not hardcode make(1) binary name post-patch: @${REINPLACE_CMD} -E 's|cd (.+) ; make|$$(MAKE) -C \1|' \ ${WRKSRC}/Makefile.in |