diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 13:11:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 13:11:20 +0000 |
commit | b80ec3e2040420e34becd0d1075ef6d7cc71b85d (patch) | |
tree | 3df58c8e85fb6d4d98cd93450b642222e2dd3521 /archivers/zip | |
parent | math/py-pandas: Update to 0.12.0 (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: archivers)
Notes
Notes:
svn path=/head/; revision=327699
Diffstat (limited to 'archivers/zip')
-rw-r--r-- | archivers/zip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index 55edbe2c9797..d247b04851dc 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -17,6 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE OPTIONS_DEFINE= DOCS +NO_STAGE= yes MAKEFILE= unix/Makefile ALL_TARGET= generic |