diff options
author | adam <adam@pkgsrc.org> | 2012-03-22 16:54:25 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-03-22 16:54:25 +0000 |
commit | c31480fc4e5736131c9f4253feac4875890923f1 (patch) | |
tree | dbc851ba1604205bedf53b71cb981d73a34e6c90 /shells/tcsh/Makefile | |
parent | 9c649bcc5be6493c0b308694016e827d690033a0 (diff) | |
download | pkgsrc-c31480fc4e5736131c9f4253feac4875890923f1.tar.gz |
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
Diffstat (limited to 'shells/tcsh/Makefile')
-rw-r--r-- | shells/tcsh/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |