From c31480fc4e5736131c9f4253feac4875890923f1 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 22 Mar 2012 16:54:25 +0000 Subject: Changes 6.18.01: * new autorehash builtin to control how the internal command hash table is maintained. * globstar globbing to allow ** and *** expansions * euid, euser, egid variables. * wait built-in is now interruptible * new anyerror variable to control error handling in pipelines --- shells/tcsh/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'shells/tcsh/Makefile') diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index e6f8687aea6..10c0eb6db9a 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.68 2010/03/26 14:09:50 hauke Exp $ +# $NetBSD: Makefile,v 1.69 2012/03/22 16:54:25 adam Exp $ -DISTNAME= tcsh-6.17.00 -PKGREVISION= 1 +DISTNAME= tcsh-6.18.01 CATEGORIES= shells MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/ \ ftp://ftp.funet.fi/pub/unix/shells/tcsh/ @@ -9,6 +8,7 @@ MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/ \ MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://www.tcsh.org/Welcome COMMENT= Extended C-shell with many useful features +LICENSE= original-bsd PKG_DESTDIR_SUPPORT= user-destdir -- cgit v1.2.3