summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-08-09 14:46:58 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-08-09 14:46:58 +0000
commit3a9fac9eed3364162fc3df165d0731d6516369eb (patch)
tree06a4e76dc65f108cbeab6ee9335a1f55c70b5347 /lang
parentThe Bywater Basic interpreter. If you don't know what Basic is, (diff)
Oops, category name is "languages", not "lang"....
Notes
Notes: svn path=/head/; revision=2048
Diffstat (limited to 'lang')
-rw-r--r--lang/bwbasic/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/bwbasic/Makefile b/lang/bwbasic/Makefile
index c5fd6730ed53..2695eec68e6a 100644
--- a/lang/bwbasic/Makefile
+++ b/lang/bwbasic/Makefile
@@ -3,11 +3,11 @@
# Date created: 9 Aug 1995
# Whom: msmith@atrad.adelaide.edu.au
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1995/08/09 14:42:48 asami Exp $
#
DISTNAME= bwbasic-2.10
-CATEGORIES+= lang
+CATEGORIES+= languages
MASTER_SITES= ftp://ftp.eng.umd.edu/pub/basic/
MAINTAINER= msmith@atrad.adelaide.edu.au