diff options
author | wiz <wiz> | 2001-02-17 17:31:58 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-17 17:31:58 +0000 |
commit | 26730104be8e403eeb8a7ec5ff7903af6ee1418c (patch) | |
tree | ff17e85c241ba8999810590573dfaabbb05305c1 /shells/tcsh/Makefile | |
parent | 5c2ded063c246b745cbe88b35958aeb774b3efff (diff) | |
download | pkgsrc-26730104be8e403eeb8a7ec5ff7903af6ee1418c.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'shells/tcsh/Makefile')
-rw-r--r-- | shells/tcsh/Makefile | 3 |
1 files changed, 2 insertions, 1 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} |