diff options
author | eadler <eadler@FreeBSD.org> | 2012-09-03 12:00:32 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-09-03 12:00:32 +0800 |
commit | abcb5b0e4056d6f0fc5e793df8e9455569154dd5 (patch) | |
tree | b2279cefbf141022edd3d21f7d7b8183ad3345f6 /archivers | |
parent | f243f7f688c6ed7b90aa01f7c11390f51bda2ea5 (diff) | |
download | freebsd-ports-gnome-abcb5b0e4056d6f0fc5e793df8e9455569154dd5.tar.gz freebsd-ports-gnome-abcb5b0e4056d6f0fc5e793df8e9455569154dd5.tar.zst freebsd-ports-gnome-abcb5b0e4056d6f0fc5e793df8e9455569154dd5.zip |
Mark ports MAKE_JOBS_SAFE after some testing.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/libarc/Makefile | 2 | ||||
-rw-r--r-- | archivers/zip/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/archivers/libarc/Makefile b/archivers/libarc/Makefile index 679b4f97e58c..ceeb9381b2a0 100644 --- a/archivers/libarc/Makefile +++ b/archivers/libarc/Makefile @@ -20,6 +20,8 @@ SOVERSION= 1 MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -I." LN="${LN} -sf" \ SOLIB="${SOLIB}" SOVERSION="${SOVERSION}" +MAKE_JOBS_SAFE= yes + USE_LDCONFIG= yes do-install: diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index 0c7154a2e784..75694f1fb306 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -21,6 +21,8 @@ PLIST_FILES= bin/zip bin/zipcloak bin/zipnote bin/zipsplit MAN1= zip.1 zipcloak.1 zipnote.1 zipsplit.1 PORTDOCS= * +MAKE_JOBS_SAFE= yes + do-install: .for p in ${PLIST_FILES:T} ${INSTALL_PROGRAM} ${WRKSRC}/${p} ${PREFIX}/bin |