games/blackshadeselite is not jobs safe.

This one has failed on me multiple times under high contention.
It appears that its is trying to create objects files in the objs
directory before that directory is created (a race between c++
and mkdir)
This commit is contained in:
John Marino 2015-10-01 14:24:43 +00:00
parent f63908c538
commit 41495352f9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398277

View File

@ -30,6 +30,8 @@ PORTDATA= *
OPTIONS_DEFINE= DOCS
MAKE_JOBS_UNSAFE= yes
post-extract:
@${FIND} ${WRKSRC}/Data -name '._*' -delete