Not make-jobs safe.
This commit is contained in:
parent
42ad66111d
commit
78a889afc6
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2017/06/01 05:43:44 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2017/06/01 23:38:29 wiz Exp $
|
||||
|
||||
DISTNAME= pkgtasks-1-1.9
|
||||
CATEGORIES= pkgtools
|
||||
|
@ -16,6 +16,7 @@ USE_TOOLS= sh
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV+= POSIX_SHELL=${TOOLS_SH:Q}
|
||||
MAKE_JOBS_SAFE= no
|
||||
|
||||
do-extract:
|
||||
@${CP} -R ${FILESDIR} ${WRKSRC}
|
||||
|
|
Loading…
Reference in a new issue