diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2009-03-27 09:53:36 +0000 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2009-03-27 09:53:36 +0000 |
commit | 73d42b937c8452786a7efccc7a31a7ac4e9e7d87 (patch) | |
tree | 09eb6b336c86e513a6ff75ae2f21ba919de4cbd9 /archivers/unzoo/Makefile | |
parent | 595f2383086782bec8a14d24f1df4830c5dee5bf (diff) | |
download | FreeBSD-ports-73d42b937c8452786a7efccc7a31a7ac4e9e7d87.zip FreeBSD-ports-73d42b937c8452786a7efccc7a31a7ac4e9e7d87.tar.gz |
Mark MAKE_JOBS_SAFE
Diffstat (limited to 'archivers/unzoo/Makefile')
-rw-r--r-- | archivers/unzoo/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archivers/unzoo/Makefile b/archivers/unzoo/Makefile index df3559c..1efc462 100644 --- a/archivers/unzoo/Makefile +++ b/archivers/unzoo/Makefile @@ -19,6 +19,8 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= ehaupt@FreeBSD.org COMMENT= A zoo archive extractor +MAKE_JOBS_SAFE= yes + EXTRA_DEFINES= -DSYS_IS_UNIX -DSYS_HAS_MKDIR MAN1= unzoo.1 |