Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2013 22:57:24 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327770 - in head/shells: 44bsd-csh ambit bash bash-completion bash-devel bash-static bash-static-devel bashc ch dash es esh fd fish flash heirloom-sh ibsh jailkit ksh93 lshell mksh nol...
Message-ID:  <201309202257.r8KMvOvx084129@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Sep 20 22:57:23 2013
New Revision: 327770
URL: http://svnweb.freebsd.org/changeset/ports/327770

Log:
  Add NO_STAGE all over the place in preparation for the staging support (cat: shells)

Modified:
  head/shells/44bsd-csh/Makefile
  head/shells/ambit/Makefile
  head/shells/bash-completion/Makefile
  head/shells/bash-devel/Makefile
  head/shells/bash-static-devel/Makefile
  head/shells/bash-static/Makefile
  head/shells/bash/Makefile
  head/shells/bashc/Makefile
  head/shells/ch/Makefile
  head/shells/dash/Makefile
  head/shells/es/Makefile
  head/shells/esh/Makefile
  head/shells/fd/Makefile
  head/shells/fish/Makefile
  head/shells/flash/Makefile
  head/shells/heirloom-sh/Makefile
  head/shells/ibsh/Makefile
  head/shells/jailkit/Makefile
  head/shells/ksh93/Makefile
  head/shells/lshell/Makefile
  head/shells/mksh/Makefile
  head/shells/nologinmsg/Makefile
  head/shells/osh/Makefile
  head/shells/p5-Bash-Completion/Makefile
  head/shells/p5-Shell-Perl/Makefile
  head/shells/p5-Term-ShellUI/Makefile
  head/shells/pdksh/Makefile
  head/shells/pear-PHP_Shell/Makefile
  head/shells/psh/Makefile
  head/shells/rc/Makefile
  head/shells/rssh/Makefile
  head/shells/sash/Makefile
  head/shells/scponly/Makefile
  head/shells/shell-include/Makefile
  head/shells/tcsh_nls/Makefile
  head/shells/tcshrc/Makefile
  head/shells/v7sh/Makefile
  head/shells/viewglob/Makefile
  head/shells/vshnu/Makefile
  head/shells/wapsh/Makefile
  head/shells/zoidberg/Makefile
  head/shells/zsh/Makefile

Modified: head/shells/44bsd-csh/Makefile
==============================================================================
--- head/shells/44bsd-csh/Makefile	Fri Sep 20 22:55:24 2013	(r327769)
+++ head/shells/44bsd-csh/Makefile	Fri Sep 20 22:57:23 2013	(r327770)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for:  csh
-# Date created:			  23 January 2000
-# Whom:				  David O'Brien <obrien@NUXI.com>
-#
+# Created by: David O'Brien <obrien@NUXI.com>
 # $FreeBSD$
-#
 PORTNAME=	44bsd-csh
 PORTVERSION=	20001106
 PORTREVISION=	3
@@ -20,6 +15,7 @@ USE_BZIP2=	yes
 NO_WRKSUBDIR=	yes
 MAN1=		44bsd-csh.1
 PORTDOCS=	paper.ascii.gz
+NO_STAGE=	yes
 post-extract:
 	cd ${WRKSRC} ; co RCS/*,v; chmod u+w *
 	cd ${WRKSRC}/USD.doc ; co RCS/*,v

Modified: head/shells/ambit/Makefile
==============================================================================
--- head/shells/ambit/Makefile	Fri Sep 20 22:55:24 2013	(r327769)
+++ head/shells/ambit/Makefile	Fri Sep 20 22:57:23 2013	(r327770)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ambit
-# Date created:				2011-08-09
-# Whom:					Sascha Klauder <sklauder@trimind.de>
-#
+# Created by: Sascha Klauder <sklauder@trimind.de>
 # $FreeBSD$
-#
 
 PORTNAME=	ambit
 PORTVERSION=	2.0.39
@@ -27,6 +23,7 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVER
 
 PLIST_SUB=	AMBITDIR=${AMBITDIR}
 
+NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} \
 		-e "s!/bin/bash!${LOCALBASE}/bin/bash!" \

Modified: head/shells/bash-completion/Makefile
==============================================================================
--- head/shells/bash-completion/Makefile	Fri Sep 20 22:55:24 2013	(r327769)
+++ head/shells/bash-completion/Makefile	Fri Sep 20 22:57:23 2013	(r327770)
@@ -1,7 +1,5 @@
-# Created by:	kirk@strauser.com
-#
+# Created by: kirk@strauser.com
 # $FreeBSD$
-#
 
 PORTNAME=	bash-completion
 PORTVERSION=	2.1
@@ -29,6 +27,7 @@ SUB_FILES=	pkg-message
 SUB_LIST+=	RUNFILE=${DATADIR}/bash_completion.sh
 PORTDOCS=	*
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 post-patch:

Modified: head/shells/bash-devel/Makefile
==============================================================================
--- head/shells/bash-devel/Makefile	Fri Sep 20 22:55:24 2013	(r327769)
+++ head/shells/bash-devel/Makefile	Fri Sep 20 22:57:23 2013	(r327770)
@@ -33,6 +33,7 @@ HELP_DESC=		Enable builtin help
 
 USES=			bison
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MIMPLICITCD}

Modified: head/shells/bash-static-devel/Makefile
==============================================================================
--- head/shells/bash-static-devel/Makefile	Fri Sep 20 22:55:24 2013	(r327769)
+++ head/shells/bash-static-devel/Makefile	Fri Sep 20 22:57:23 2013	(r327770)
@@ -5,4 +5,5 @@ MASTERDIR=	${.CURDIR}/../../shells/bash-
 
 OPTIONS_SLAVE=	STATIC
 
+NO_STAGE=	yes
 .include "${MASTERDIR}/Makefile"

Modified: head/shells/bash-static/Makefile
==============================================================================
--- head/shells/bash-static/Makefile	Fri Sep 20 22:55:24 2013	(r327769)
+++ head/shells/bash-static/Makefile	Fri Sep 20 22:57:23 2013	(r327770)
@@ -1,8 +1,9 @@
-# Created by:  Emanuel Haupt <ehaupt@FreeBSD.org>
+# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
 # $FreeBSD$
 
 MASTERDIR=	${.CURDIR}/../../shells/bash
 
 OPTIONS_SLAVE=	STATIC
 
+NO_STAGE=	yes
 .include "${MASTERDIR}/Makefile"

Modified: head/shells/bash/Makefile
==============================================================================
--- head/shells/bash/Makefile	Fri Sep 20 22:55:24 2013	(r327769)
+++ head/shells/bash/Makefile	Fri Sep 20 22:57:23 2013	(r327770)
@@ -34,6 +34,7 @@ HELP_DESC=		Install the help files
 
 USES+=			bison
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MIMPLICITCD}

Modified: head/shells/bashc/Makefile
==============================================================================
--- head/shells/bashc/Makefile	Fri Sep 20 22:55:24 2013	(r327769)
+++ head/shells/bashc/Makefile	Fri Sep 20 22:57:23 2013	(r327770)
@@ -18,6 +18,7 @@ PLIST_FILES=	bin/bashc \
 		etc/bash_commander \
 		etc/bash_dialog
 
+NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|autoconf|${TRUE}|' ${WRKSRC}/Makefile.in
 

Modified: head/shells/ch/Makefile
==============================================================================
--- head/shells/ch/Makefile	Fri Sep 20 22:55:24 2013	(r327769)
+++ head/shells/ch/Makefile	Fri Sep 20 22:57:23 2013	(r327770)
@@ -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.
 MAN1PREFIX=	${PREFIX}/${PORTNAME}/docs
 MANCOMPRESSED=	no
 
+NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 post-extract:

Modified: head/shells/dash/Makefile
==============================================================================
--- head/shells/dash/Makefile	Fri Sep 20 22:55:24 2013	(r327769)
+++ head/shells/dash/Makefile	Fri Sep 20 22:57:23 2013	(r327770)
@@ -16,6 +16,7 @@ USES=	gmake
 PLIST_FILES=	bin/dash
 MAN1=		dash.1
 
+NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e '/COMMON_CFLAGS =/ s|$$| ${CFLAGS}|' \
 		${WRKSRC}/src/Makefile.in

Modified: head/shells/es/Makefile
==============================================================================
--- head/shells/es/Makefile	Fri Sep 20 22:55:24 2013	(r327769)
+++ head/shells/es/Makefile	Fri Sep 20 22:57:23 2013	(r327770)
@@ -20,4 +20,5 @@ ALL_TARGET=	es
 MAN1=		es.1
 PLIST_FILES=	bin/es
 
+NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/shells/esh/Makefile
==============================================================================
--- head/shells/esh/Makefile	Fri Sep 20 22:55:24 2013	(r327769)
+++ head/shells/esh/Makefile	Fri Sep 20 22:57:23 2013	(r327770)
@@ -18,6 +18,7 @@ MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}"
 
 INFO=		esh
 
+NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|<readline.h>|<readline/readline.h>| ; \

Modified: head/shells/fd/Makefile
==============================================================================
--- head/shells/fd/Makefile	Fri Sep 20 22:55:24 2013	(r327769)
+++ head/shells/fd/Makefile	Fri Sep 20 22:57:23 2013	(r327770)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    FDclone
-# Date created:         20 Feb 1996
-# Whom:                 Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
-#
+# Created by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
 # $FreeBSD$
-#
 
 PORTNAME=	fd
 PORTVERSION=	3.01a
@@ -32,6 +28,7 @@ DOCS_JA=	FAQ \
 		TECHKNOW \
 		ToAdmin
 
+NO_STAGE=	yes
 post-configure:
 	${REINPLACE_CMD} -E -e 's|^(#[[:space:]]*define[[:space:]]+EXTENDCCOPT[[:space:]]+"([^"]+ )?)-O(["[:space:]])|\1${CFLAGS}\3|' ${WRKSRC}/machine.h
 

Modified: head/shells/fish/Makefile
==============================================================================
--- head/shells/fish/Makefile	Fri Sep 20 22:55:24 2013	(r327769)
+++ head/shells/fish/Makefile	Fri Sep 20 22:57:23 2013	(r327770)
@@ -24,6 +24,7 @@ LDFLAGS+=	-L${LOCALBASE}/lib -pthread
 
 MAN1=		fish.1 fish_indent.1 fish_pager.1 fishd.1 mimedb.1
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}

Modified: head/shells/flash/Makefile
==============================================================================
--- head/shells/flash/Makefile	Fri Sep 20 22:55:24 2013	(r327769)
+++ head/shells/flash/Makefile	Fri Sep 20 22:57:23 2013	(r327770)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	flash
-# Date created:		11 Dec 1999
-# Whom:			Will Andrews <andrews@technologist.com>
-#
+# Created by: Will Andrews <andrews@technologist.com>
 # $FreeBSD$
-#
 
 PORTNAME=	flash
 PORTVERSION=	0.9.5
@@ -29,6 +25,7 @@ DATA=		system.bg.Netsoc.3 system.bg.Nets
 		system.maillogin system.module system.module.9798 system.rc \
 		system.rc.mailshell
 
+NO_STAGE=	yes
 post-patch:
 .for file in ${SCRIPT}
 	@${REINPLACE_CMD} -e "s:/usr/slocal:${PREFIX}:g" ${WRKSRC}/orcasetup/${file}

Modified: head/shells/heirloom-sh/Makefile
==============================================================================
--- head/shells/heirloom-sh/Makefile	Fri Sep 20 22:55:24 2013	(r327769)
+++ head/shells/heirloom-sh/Makefile	Fri Sep 20 22:57:23 2013	(r327770)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:	heirloom-sh
-# Date created:				2008-03-28
-# Whom:					Danijel Tasov <danielt@pilgerer.org>
-#
+# Created by: Danijel Tasov <danielt@pilgerer.org>
 # $FreeBSD$
-#
 
 PORTNAME=	heirloom-sh
 PORTVERSION=	050706
@@ -21,6 +17,7 @@ PORTDOCS=	CALDERA.LICENSE OPENSOLARIS.LI
 PKGINSTALL=	pkg-install
 PKGDEINSTALL=	pkg-deinstall
 
+NO_STAGE=	yes
 do-build:
 	cd ${WRKSRC} && make
 

Modified: head/shells/ibsh/Makefile
==============================================================================
--- head/shells/ibsh/Makefile	Fri Sep 20 22:55:24 2013	(r327769)
+++ head/shells/ibsh/Makefile	Fri Sep 20 22:57:23 2013	(r327770)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ibsh
-# Date created:				1 Oct 2005
-# Whom:					Vaida Bogdan
-#
+# Created by: Vaida Bogdan
 # $FreeBSD$
-#
 
 PORTNAME=	ibsh
 PORTVERSION=	0.3e
@@ -21,6 +17,7 @@ SUB_FILES=	pkg-message
 PORTDOCS=	AUTHORS BUGS CONTRIBUTORS COPYING COPYRIGHT ChangeLog \
 		INSTALL README TODO VERSION
 
+NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 post-patch:

Modified: head/shells/jailkit/Makefile
==============================================================================
--- head/shells/jailkit/Makefile	Fri Sep 20 22:55:24 2013	(r327769)
+++ head/shells/jailkit/Makefile	Fri Sep 20 22:57:23 2013	(r327770)
@@ -32,6 +32,7 @@ MANCOMPRESSED=	yes
 
 PORTDOCS=	COPYRIGHT README.txt
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 post-install:

Modified: head/shells/ksh93/Makefile
==============================================================================
--- head/shells/ksh93/Makefile	Fri Sep 20 22:55:24 2013	(r327769)
+++ head/shells/ksh93/Makefile	Fri Sep 20 22:57:23 2013	(r327770)
@@ -36,6 +36,7 @@ MAN1=		ksh93.1
 INITVERSION=	2013-05-24
 KSHVERSION=	2012-08-01
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MSTATIC}

Modified: head/shells/lshell/Makefile
==============================================================================
--- head/shells/lshell/Makefile	Fri Sep 20 22:55:24 2013	(r327769)
+++ head/shells/lshell/Makefile	Fri Sep 20 22:57:23 2013	(r327770)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	lshell
-# Date created:		2009-08-01
-# Whom:			Sylvio Cesar <scjamorim@bsd.com.br>
-#
+# Created by: Sylvio Cesar <scjamorim@bsd.com.br>
 # $FreeBSD$
-#
 
 PORTNAME=	lshell
 PORTVERSION=	0.9.15.1
@@ -22,6 +18,7 @@ MAN1=	lshell.1
 
 PORTDOCS=	CHANGES COPYING README
 
+NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g; \
 		s|share/man|${LOCALBASE}/man|g; 45d' ${WRKSRC}/setup.py

Modified: head/shells/mksh/Makefile
==============================================================================
--- head/shells/mksh/Makefile	Fri Sep 20 22:55:24 2013	(r327769)
+++ head/shells/mksh/Makefile	Fri Sep 20 22:57:23 2013	(r327770)
@@ -15,6 +15,7 @@ WRKSRC=		${WRKDIR}/${PORTNAME}
 
 MAN1=		mksh.1
 
+NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 do-build:

Modified: head/shells/nologinmsg/Makefile
==============================================================================
--- head/shells/nologinmsg/Makefile	Fri Sep 20 22:55:24 2013	(r327769)
+++ head/shells/nologinmsg/Makefile	Fri Sep 20 22:57:23 2013	(r327770)
@@ -1,10 +1,5 @@
-# Ports collection makefile for:   nologinmsg
-# Whom:                            Richard Rose <freebsd-security@rikrose.net>
-# Date created:                    20020710
-#
+# Created by: Richard Rose <freebsd-security@rikrose.net>
 # $FreeBSD$
-#
-# The port is self contained in the src directory
 
 PORTNAME=	nologinmsg
 PORTVERSION=	1.0
@@ -18,6 +13,7 @@ COMMENT=	More functional native binary r
 MAN8=		nologinmsg.8
 MANCOMPRESSED=	yes
 
+NO_STAGE=	yes
 do-extract:
 	@${MKDIR} ${WRKSRC}
 .for i in Makefile nologinmsg.c nologinmsg.8 pathnames.h

Modified: head/shells/osh/Makefile
==============================================================================
--- head/shells/osh/Makefile	Fri Sep 20 22:55:24 2013	(r327769)
+++ head/shells/osh/Makefile	Fri Sep 20 22:57:23 2013	(r327770)
@@ -18,6 +18,7 @@ MAN1=		fd2.1 goto.1 if.1 osh.1 sh6.1 glo
 PORTDOCS=	*
 PORTEXAMPLES=	*
 
+NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 post-patch:

Modified: head/shells/p5-Bash-Completion/Makefile
==============================================================================
--- head/shells/p5-Bash-Completion/Makefile	Fri Sep 20 22:55:24 2013	(r327769)
+++ head/shells/p5-Bash-Completion/Makefile	Fri Sep 20 22:57:23 2013	(r327770)
@@ -31,6 +31,7 @@ MAN3=		App::BashComplete.3 \
 		Bash::Completion::Request.3 \
 		Bash::Completion::Utils.3
 
+NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} < 501400

Modified: head/shells/p5-Shell-Perl/Makefile
==============================================================================
--- head/shells/p5-Shell-Perl/Makefile	Fri Sep 20 22:55:24 2013	(r327769)
+++ head/shells/p5-Shell-Perl/Makefile	Fri Sep 20 22:57:23 2013	(r327770)
@@ -27,4 +27,5 @@ USE_PERL5=	configure
 MAN1=		pirl.1
 MAN3=		Shell::Perl.3 Shell::Perl::Dumper.3
 
+NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/shells/p5-Term-ShellUI/Makefile
==============================================================================
--- head/shells/p5-Term-ShellUI/Makefile	Fri Sep 20 22:55:24 2013	(r327769)
+++ head/shells/p5-Term-ShellUI/Makefile	Fri Sep 20 22:57:23 2013	(r327770)
@@ -20,6 +20,7 @@ USE_PERL5=	configure
 MAN3=		Term::ShellUI.3 \
 		Text::Shellwords::Cursor.3
 
+NO_STAGE=	yes
 post-install:
 .if !defined(NOPORTEXAMPLES)
 	${MKDIR} ${EXAMPLESDIR}/

Modified: head/shells/pdksh/Makefile
==============================================================================
--- head/shells/pdksh/Makefile	Fri Sep 20 22:55:24 2013	(r327769)
+++ head/shells/pdksh/Makefile	Fri Sep 20 22:57:23 2013	(r327770)
@@ -22,6 +22,7 @@ LICENSE=	BSD
 GNU_CONFIGURE=	yes
 MAN1=		ksh.1
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${OSVERSION} >= 1000039

Modified: head/shells/pear-PHP_Shell/Makefile
==============================================================================
--- head/shells/pear-PHP_Shell/Makefile	Fri Sep 20 22:55:24 2013	(r327769)
+++ head/shells/pear-PHP_Shell/Makefile	Fri Sep 20 22:57:23 2013	(r327770)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  pear-PHP_Shell
-# Date created:			  05 August 2007
-# Whom:				  Martin Wilke <miwi@FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	PHP_Shell
 PORTVERSION=	0.3.2
@@ -19,6 +15,7 @@ RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTS
 
 PEAR_AUTOINSTALL=	yes
 
+NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"
 .include <bsd.port.post.mk>

Modified: head/shells/psh/Makefile
==============================================================================
--- head/shells/psh/Makefile	Fri Sep 20 22:55:24 2013	(r327769)
+++ head/shells/psh/Makefile	Fri Sep 20 22:57:23 2013	(r327770)
@@ -84,6 +84,7 @@ MAN3=	Psh::Builtins::Alias.3 \
 	Psh::Strategy::Perlfunc_heavy.3 \
 	Psh::Strategy::Perlscript.3
 
+NO_STAGE=	yes
 post-install:
 	@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
 

Modified: head/shells/rc/Makefile
==============================================================================
--- head/shells/rc/Makefile	Fri Sep 20 22:55:24 2013	(r327769)
+++ head/shells/rc/Makefile	Fri Sep 20 22:57:23 2013	(r327770)
@@ -18,6 +18,7 @@ MAN1=		history.1 rc.1
 
 OPTIONS_DEFINE=	READLINE
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MREADLINE}

Modified: head/shells/rssh/Makefile
==============================================================================
--- head/shells/rssh/Makefile	Fri Sep 20 22:55:24 2013	(r327769)
+++ head/shells/rssh/Makefile	Fri Sep 20 22:57:23 2013	(r327770)
@@ -17,6 +17,7 @@ MAN5=		rssh.conf.5
 OPTIONS_DEFINE=	RDIST
 RDIST_DESC=	rdist support
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MRDIST}

Modified: head/shells/sash/Makefile
==============================================================================
--- head/shells/sash/Makefile	Fri Sep 20 22:55:24 2013	(r327769)
+++ head/shells/sash/Makefile	Fri Sep 20 22:57:23 2013	(r327770)
@@ -1,4 +1,4 @@
-# Created by: Patrick Gardella <patrick@freebsd.org>
+# Created by: Patrick Gardella <patrick@FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	sash
@@ -11,6 +11,7 @@ COMMENT=	A Stand-Alone shell combining m
 
 MAN1=		sash.1
 
+NO_STAGE=	yes
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/sash ${PREFIX}/bin/sash
 	${INSTALL_MAN} ${WRKSRC}/sash.1 ${MAN1PREFIX}/man/man1/sash.1

Modified: head/shells/scponly/Makefile
==============================================================================
--- head/shells/scponly/Makefile	Fri Sep 20 22:55:24 2013	(r327769)
+++ head/shells/scponly/Makefile	Fri Sep 20 22:57:23 2013	(r327770)
@@ -32,6 +32,7 @@ SVNSERVE_DESC=	Suversion support for svn
 UNISON_DESC=	Unisson support
 WINSCP_DESC=	WinSCP support
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if(!exists(/usr/bin/sftp))

Modified: head/shells/shell-include/Makefile
==============================================================================
--- head/shells/shell-include/Makefile	Fri Sep 20 22:55:24 2013	(r327769)
+++ head/shells/shell-include/Makefile	Fri Sep 20 22:57:23 2013	(r327770)
@@ -21,6 +21,7 @@ MAN7=		shell-include.7
 WRKSRC=		${WRKDIR}/${DISTNAME}
 
 #nothing to configure
+NO_STAGE=	yes
 do-configure:
 	@${ECHO} -n
 

Modified: head/shells/tcsh_nls/Makefile
==============================================================================
--- head/shells/tcsh_nls/Makefile	Fri Sep 20 22:55:24 2013	(r327769)
+++ head/shells/tcsh_nls/Makefile	Fri Sep 20 22:57:23 2013	(r327770)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	tcsh_nls
-# Date created:		14 Feb 2006
-# Whom:			Hajimu UMEMOTO <ume@FreeBSD.org>
-#
+# Created by: Hajimu UMEMOTO <ume@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	tcsh_nls
 PORTVERSION=	1.0
@@ -61,6 +57,7 @@ NLS_CATALOGS=	de_DE.ISO8859-1:de_AT.UTF-
 		uk_UA.KOI8-U:uk_UA.ISO8859-5 \
 		uk_UA.KOI8-U:uk_UA.UTF-8 \
 
+NO_STAGE=	yes
 do-fetch:
 	@${DO_NADA}
 

Modified: head/shells/tcshrc/Makefile
==============================================================================
--- head/shells/tcshrc/Makefile	Fri Sep 20 22:55:24 2013	(r327769)
+++ head/shells/tcshrc/Makefile	Fri Sep 20 22:57:23 2013	(r327770)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	tcshrc
-# Date created:				2003-09-09
-# Whom:					Sean Chittenden <seanc@FreeBSD.org>
-#
+# Created by: Sean Chittenden <seanc@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	tcshrc
 PORTVERSION=	1.6.2
@@ -20,6 +16,7 @@ NO_BUILD=	yes
 INSTALL_TARGET=	systeminstall
 MAKE_ARGS=	BIN=${LOCALBASE}/bin SHARETCSHRC=${DATADIR}
 
+NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's#/usr/share#${PREFIX}/share#g' \
 		${WRKSRC}/tcshrc_config

Modified: head/shells/v7sh/Makefile
==============================================================================
--- head/shells/v7sh/Makefile	Fri Sep 20 22:55:24 2013	(r327769)
+++ head/shells/v7sh/Makefile	Fri Sep 20 22:57:23 2013	(r327770)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   v7sh
-# Date created:        4 June 2004
-# Whom:                Cyrille.Lefevre@laposte.net
-#
+# Created by: Cyrille.Lefevre@laposte.net
 # $FreeBSD$
-#
 
 PORTNAME=	v7sh
 PORTVERSION=	1.0
@@ -37,6 +33,7 @@ SYSIII_DESC=	System III enhancements
 RENO_DESC=	4.3BSD-Reno enhancements
 ULTRIX_DESC=	Ultrix 3.1 enhancements
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MSYSIII}

Modified: head/shells/viewglob/Makefile
==============================================================================
--- head/shells/viewglob/Makefile	Fri Sep 20 22:55:24 2013	(r327769)
+++ head/shells/viewglob/Makefile	Fri Sep 20 22:57:23 2013	(r327770)
@@ -20,4 +20,5 @@ GNU_CONFIGURE=	yes
 
 MAN1=		vgd.1 vgseer.1 viewglob.1
 
+NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/shells/vshnu/Makefile
==============================================================================
--- head/shells/vshnu/Makefile	Fri Sep 20 22:55:24 2013	(r327769)
+++ head/shells/vshnu/Makefile	Fri Sep 20 22:57:23 2013	(r327770)
@@ -16,4 +16,5 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USES=		perl5
 USE_PERL5=	configure
 
+NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/shells/wapsh/Makefile
==============================================================================
--- head/shells/wapsh/Makefile	Fri Sep 20 22:55:24 2013	(r327769)
+++ head/shells/wapsh/Makefile	Fri Sep 20 22:57:23 2013	(r327770)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   wapsh
-# Date created:        13 January 2001
-# Whom:                George Reid <greid@ukug.uk.freebsd.org>
-#
+# Created by: George Reid <greid@ukug.uk.freebsd.org>
 # $FreeBSD$
-#
 
 PORTNAME=	wapsh
 PORTVERSION=	1.0.1
@@ -42,6 +38,7 @@ HTDOCS=		command.php command_html.inc co
 		login_html.php login_wml.php scroll_wml.php           \
 		shortcuts_wml.php index.html
 
+NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} > 900007

Modified: head/shells/zoidberg/Makefile
==============================================================================
--- head/shells/zoidberg/Makefile	Fri Sep 20 22:55:24 2013	(r327769)
+++ head/shells/zoidberg/Makefile	Fri Sep 20 22:57:23 2013	(r327770)
@@ -51,6 +51,7 @@ MAN3=	Bundle::Zoidberg.3 \
 	Zoidberg::Utils::GetOpt.3 \
 	Zoidberg::Utils::Output.3
 
+NO_STAGE=	yes
 post-install:
 	@${ECHO_CMD} ${PREFIX}/bin/zoid >> /etc/shells
 

Modified: head/shells/zsh/Makefile
==============================================================================
--- head/shells/zsh/Makefile	Fri Sep 20 22:55:24 2013	(r327769)
+++ head/shells/zsh/Makefile	Fri Sep 20 22:57:23 2013	(r327770)
@@ -71,6 +71,7 @@ STATIC_CONFIGURE_OFF=	--enable-dynamic
 DEBUG_CONFIGURE_ENABLE=	zsh-debug
 MULTIBYTE_CONFIGURE_ENABLE=	multibyte
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MSTATIC}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309202257.r8KMvOvx084129>