diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-08 20:23:38 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-08 20:23:38 +0000 |
commit | ed59156ea974a2adcb0480a67bd3b9a974de4609 (patch) | |
tree | 32f471cf1255d6ff64639fd65d1d4dd0e33962fb /sysutils/moreutils-parallel | |
parent | c499bf8adee4c324e57d1011d31c74e99e261d67 (diff) |
Notes
Diffstat (limited to 'sysutils/moreutils-parallel')
-rw-r--r-- | sysutils/moreutils-parallel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/moreutils-parallel/Makefile b/sysutils/moreutils-parallel/Makefile index 8c51175b0655..8f9137218e04 100644 --- a/sysutils/moreutils-parallel/Makefile +++ b/sysutils/moreutils-parallel/Makefile @@ -19,6 +19,8 @@ MAN1= parallel.1 MANCOMPRESSED= no PLIST_FILES= bin/parallel +MAKE_JOBS_SAFE= yes + post-patch: cd ${FILESDIR} && ${CP} ${MAN1} ${WRKSRC}/ |