diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-20 13:11:20 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-20 13:11:20 +0000 |
commit | a6bc98f9877906e1ac2f125afcd52cbe49c1dcdf (patch) | |
tree | 3df58c8e85fb6d4d98cd93450b642222e2dd3521 /archivers/gcpio/Makefile | |
parent | b63a7f371c7efe3449abddab083a29c8d8d3d075 (diff) | |
download | FreeBSD-ports-a6bc98f9877906e1ac2f125afcd52cbe49c1dcdf.zip FreeBSD-ports-a6bc98f9877906e1ac2f125afcd52cbe49c1dcdf.tar.gz |
Add NO_STAGE all over the place in preparation for the staging support (cat: archivers)
Diffstat (limited to 'archivers/gcpio/Makefile')
-rw-r--r-- | archivers/gcpio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/gcpio/Makefile b/archivers/gcpio/Makefile index d3e4df2..8831041 100644 --- a/archivers/gcpio/Makefile +++ b/archivers/gcpio/Makefile @@ -11,6 +11,7 @@ PKGNAMEPREFIX= g MAINTAINER= naddy@FreeBSD.org COMMENT= GNU cpio copies files to and from archives +NO_STAGE= yes USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g \ |