summaryrefslogtreecommitdiff
path: root/shells/scsh
diff options
context:
space:
mode:
Diffstat (limited to 'shells/scsh')
-rw-r--r--shells/scsh/Makefile3
-rw-r--r--shells/scsh/pkg/COMMENT1
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