diff options
Diffstat (limited to 'shells/tcsh')
-rw-r--r-- | shells/tcsh/Makefile | 3 | ||||
-rw-r--r-- | shells/tcsh/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index d70994dbee0..3305e1334d0 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2000/11/20 15:06:36 christos Exp $ +# $NetBSD: Makefile,v 1.23 2001/02/17 17:40:21 wiz Exp $ # DISTNAME= tcsh-6.10 @@ -9,6 +9,7 @@ MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/ \ ftp://ftp.funet.fi/pub/unix/shells/tcsh/ MAINTAINER= kim@tac.nyc.ny.us +COMMENT= Extended C-shell with many useful features WRKSRC= ${WRKDIR}/${PKGNAME} diff --git a/shells/tcsh/pkg/COMMENT b/shells/tcsh/pkg/COMMENT deleted file mode 100644 index 3d581594a65..00000000000 --- a/shells/tcsh/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Extended C-shell with many useful features |