diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-17 17:31:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-17 17:31:58 +0000 |
commit | ad02d69ab28ddc19bb63fd7441b9ad1fc18206bb (patch) | |
tree | ff17e85c241ba8999810590573dfaabbb05305c1 /shells/scsh | |
parent | a0745845b3ea0a5fc0fbe2e28e4fdd653ae556ed (diff) | |
download | pkgsrc-ad02d69ab28ddc19bb63fd7441b9ad1fc18206bb.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'shells/scsh')
-rw-r--r-- | shells/scsh/Makefile | 3 | ||||
-rw-r--r-- | shells/scsh/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/shells/scsh/Makefile b/shells/scsh/Makefile index 5cae2bbcdeb..78976794f42 100644 --- a/shells/scsh/Makefile +++ b/shells/scsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/01/11 20:07:46 dent Exp $ +# $NetBSD: Makefile,v 1.13 2001/02/17 17:40:20 wiz Exp $ # FreeBSD Id: Makefile,v 1.4 1997/07/15 15:00:30 cracauer Exp # @@ -8,6 +8,7 @@ MASTER_SITES= ftp://ftp-swiss.ai.mit.edu/pub/su/scsh/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.swiss.ai.mit.edu/ftpdir/scsh/ +COMMENT= Unix shell embedded into Scheme, with access to all Posix calls NOT_FOR_PLATFORM= *-*-alpha # Needs scheme diff --git a/shells/scsh/pkg/COMMENT b/shells/scsh/pkg/COMMENT deleted file mode 100644 index 071583b552e..00000000000 --- a/shells/scsh/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Unix shell embedded into Scheme, with access to all Posix calls |