diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 06:57:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 06:57:23 +0800 |
commit | d321f1763a78a6be5adfd46fb5036d640db55566 (patch) | |
tree | c5ec60c607361ad1397f09c1f3d11009832c21ce /shells/ch | |
parent | 9945eb084e64cb98322c9a704d7b07613777e6b6 (diff) | |
download | freebsd-ports-gnome-d321f1763a78a6be5adfd46fb5036d640db55566.tar.gz freebsd-ports-gnome-d321f1763a78a6be5adfd46fb5036d640db55566.tar.zst freebsd-ports-gnome-d321f1763a78a6be5adfd46fb5036d640db55566.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: shells)
Diffstat (limited to 'shells/ch')
-rw-r--r-- | shells/ch/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/shells/ch/Makefile b/shells/ch/Makefile index b237479f9e0a..43981b31b064 100644 --- a/shells/ch/Makefile +++ b/shells/ch/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ch -# Date created: 2 August 2006 -# Whom: conrads@cox.net -# +# Created by: conrads@cox.net # $FreeBSD$ -# PORTNAME= ch PORTVERSION= 7.0.0 @@ -27,6 +23,7 @@ MAN1= installpkg.1 strconcat.1 strjoin.1. strputc.1 pkginstall.1 strgetc.1 gnup MAN1PREFIX= ${PREFIX}/${PORTNAME}/docs MANCOMPRESSED= no +NO_STAGE= yes .include <bsd.port.pre.mk> post-extract: |