diff options
author | pav <pav@FreeBSD.org> | 2009-04-05 04:59:57 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-04-05 04:59:57 +0800 |
commit | e567c757dfdc6b1141ca90addd67717e8ed31eb8 (patch) | |
tree | 7bb9065fba90d179c8723ad2334a1cdb89533390 /archivers/tardy | |
parent | 3bf03a069f25b5a7fe9583e7fe03f4c9fb4bbbb7 (diff) | |
download | freebsd-ports-graphics-e567c757dfdc6b1141ca90addd67717e8ed31eb8.tar.gz freebsd-ports-graphics-e567c757dfdc6b1141ca90addd67717e8ed31eb8.tar.zst freebsd-ports-graphics-e567c757dfdc6b1141ca90addd67717e8ed31eb8.zip |
- Not really MAKE_JOBS_SAFE
Reported by: pointyhat
Diffstat (limited to 'archivers/tardy')
-rw-r--r-- | archivers/tardy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/tardy/Makefile b/archivers/tardy/Makefile index a7934afb7f0..ff199f4546e 100644 --- a/archivers/tardy/Makefile +++ b/archivers/tardy/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Manipulate the file headers in tar archive files in various ways GNU_CONFIGURE= yes -MAKE_JOBS_SAFE= yes +MAKE_JOBS_UNSAFE= yes MAN1= tardy.1 PLIST_FILES= bin/tardy |