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/rar | |
parent | 611351f6964917a2f81776a5a248120464e7496d (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/rar')
-rw-r--r-- | archivers/rar/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/archivers/rar/Makefile b/archivers/rar/Makefile index cc508d021f50..2b1bcb3c5dec 100644 --- a/archivers/rar/Makefile +++ b/archivers/rar/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rar -# Date created: 15 May 1996 -# Whom: ache -# +# Created by: ache # $FreeBSD$ -# PORTNAME= rar PORTVERSION= 4.2.0 @@ -21,6 +17,7 @@ LICENSE_FILE= ${WRKSRC}/license.txt LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept RESTRICTED= only unmodified original package can be distributed +NO_STAGE= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/rar PLIST_FILES= bin/rar lib/default.sfx etc/rarfiles.lst man/cat1/rar.1 |