diff options
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 |