From d321f1763a78a6be5adfd46fb5036d640db55566 Mon Sep 17 00:00:00 2001 From: bapt Date: Fri, 20 Sep 2013 22:57:23 +0000 Subject: Add NO_STAGE all over the place in preparation for the staging support (cat: shells) --- shells/ch/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'shells/ch') 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 post-extract: -- cgit