diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-03-10 22:22:10 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-03-10 22:22:10 +0000 |
commit | 8be185a77d1440c95a40e1c01bf39edd1f5aeacb (patch) | |
tree | d24b46873b590313b3786668aade4f8e42863d02 | |
parent | c71bd003c4e03e1f7d2019fc61a1a50a5b008bf0 (diff) | |
download | ports-8be185a77d1440c95a40e1c01bf39edd1f5aeacb.tar.gz ports-8be185a77d1440c95a40e1c01bf39edd1f5aeacb.zip |
Notes
-rw-r--r-- | mail/thunderbird/Makefile | 2 | ||||
-rw-r--r-- | www/seamonkey/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 5d8481c23d35..31c285e62b3b 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -137,7 +137,7 @@ post-configure: ${SETENV} ${CONFIGURE_ENV} ${MAKE_ENV} ./configure post-build: - ${DO_MAKE_BUILD:S/${MAKEFILE}/Makefile/} all xpi \ + ${DO_MAKE_BUILD:N-j*:S,${MAKEFILE},Makefile,} all xpi \ -C ${WRKSRC}/mailnews/extensions/enigmail .endif diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index a4c385f42cb7..5e59063ca300 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -157,7 +157,7 @@ post-configure: .if ${PORT_OPTIONS:MMAILNEWS} && ${PORT_OPTIONS:MENIGMAIL} post-build: - ${DO_MAKE_BUILD:S/${MAKEFILE}/Makefile/} all xpi \ + ${DO_MAKE_BUILD:N-j*:S,${MAKEFILE},Makefile,} all xpi \ -C ${WRKSRC}/mailnews/extensions/enigmail .endif |