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/rzip | |
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/rzip')
-rw-r--r-- | archivers/rzip/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/archivers/rzip/Makefile b/archivers/rzip/Makefile index 8572a7676b35..a5d6c866bebb 100644 --- a/archivers/rzip/Makefile +++ b/archivers/rzip/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: rzip -# Date created: 9 April 2004 -# Whom: Pav Lucistnik <pav@FreeBSD.org> -# +# Created by: Pav Lucistnik <pav@FreeBSD.org> # $FreeBSD$ PORTNAME= rzip @@ -14,6 +11,7 @@ COMMENT= Compression program similar to gzip or bzip2 GNU_CONFIGURE= yes +NO_STAGE= yes MAN1= rzip.1 PLIST_FILES= bin/rzip |