summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-01-09 03:19:49 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-01-09 03:19:49 +0000
commit495025520344e597a1425bc14f9c38be51f20198 (patch)
tree3b8b068a450d08738e82b0868b0c27f57bd87965 /shells
parentAuthor's web page moved. (diff)
Break up the "plan9" category -- all the ports are where they belong, and
"plan9" is a virtual category now. Reviewed by: the ports list
Notes
Notes: svn path=/head/; revision=15939
Diffstat (limited to 'shells')
-rw-r--r--shells/Makefile3
-rw-r--r--shells/rc/Makefile4
2 files changed, 4 insertions, 3 deletions
diff --git a/shells/Makefile b/shells/Makefile
index 8165d8a0c924..1aa7b1615e53 100644
--- a/shells/Makefile
+++ b/shells/Makefile
@@ -1,10 +1,11 @@
-# $Id: Makefile,v 1.15 1998/12/07 02:22:12 asami Exp $
+# $Id: Makefile,v 1.16 1998/12/24 08:02:30 steve Exp $
#
SUBDIR += bash1
SUBDIR += bash2
SUBDIR += es
SUBDIR += pdksh
+ SUBDIR += rc
SUBDIR += scsh
SUBDIR += tcsh
SUBDIR += zsh
diff --git a/shells/rc/Makefile b/shells/rc/Makefile
index de5e2bd12d2c..16b9fad62dc4 100644
--- a/shells/rc/Makefile
+++ b/shells/rc/Makefile
@@ -3,12 +3,12 @@
# Date created: Sun Aug 13 12:36:14 CDT 1995
# Whom: erich@rrnet.com
#
-# $Id: Makefile,v 1.4 1998/10/04 00:56:48 steve Exp $
+# $Id: Makefile,v 1.5 1998/11/21 17:18:16 steve Exp $
#
DISTNAME= rc-1.5betadev-1
PKGNAME= rc-1.5b1
-CATEGORIES= plan9 shells
+CATEGORIES= shells plan9
MASTER_SITES= ftp://ftp.sys.toronto.edu/pub/rc/
MAINTAINER= erich@FreeBSD.org