summaryrefslogtreecommitdiff
path: root/shells/rc
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-12 02:19:40 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-12 02:19:40 +0000
commitd23a79568090d280bf3beb199bb97f0572234984 (patch)
tree8af4f4b16bdda8a7b54ff123a7cfe5fcc38c203c /shells/rc
parentCATAGORIES+= -> CATAGORIES= (diff)
CATAGORIES+= -> CATAGORIES=
Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
Notes
Notes: svn path=/head/; revision=4416
Diffstat (limited to 'shells/rc')
-rw-r--r--shells/rc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/rc/Makefile b/shells/rc/Makefile
index cba4fc72a090..350446d9f55d 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.1.1.1 1995/08/14 04:08:01 asami Exp $
+# $Id: Makefile,v 1.2 1995/10/28 20:34:39 erich Exp $
#
DISTNAME= rc-1.5betadev-1
PKGNAME= rc-1.5b1
-CATEGORIES+= plan9
+CATEGORIES= plan9
MASTER_SITES= ftp://ftp.sys.toronto.edu/pub/rc/
MAINTAINER= erich@FreeBSD.org