diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-10-21 15:34:39 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-10-21 15:34:39 +0000 |
commit | 5d1c0a21d38777346b83cb86f6f45ebc8357f371 (patch) | |
tree | 8d4012899f068f34e9bc9cc68d7d2d64839bf349 | |
parent | Update to 7.9.0. (diff) |
Mark JOBS_UNSAFE, it sometime fails with:
ERROR: Cannot copy 'Fs.pm' to 'blib/lib/SVN/Fs.pm': Permission denied
Sponsored by: Absolight
-rw-r--r-- | devel/p5-subversion/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/p5-subversion/Makefile b/devel/p5-subversion/Makefile index 1279c91dfcd5..51529e1d6616 100644 --- a/devel/p5-subversion/Makefile +++ b/devel/p5-subversion/Makefile @@ -23,6 +23,8 @@ USE_PERL5= build run SVN_BUILD_BINDINGS= yes SVN_BUILD_ADDONS= yes +MAKE_JOBS_UNSAFE= yes + .include "${MASTERDIR}/Makefile.common" CATEGORIES+= perl5 |