diff options
author | asami <asami@FreeBSD.org> | 1995-08-09 14:46:58 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-08-09 14:46:58 +0000 |
commit | 05d8be23877ae12ba9b6ee39adf771f971494b4b (patch) | |
tree | 39e4fd7f7d590bbc14c438e1693cdc364754b461 /lang/bwbasic | |
parent | cc5c677b05f8192c506fdd1d39e02cff5424be3d (diff) | |
download | FreeBSD-ports-05d8be23877ae12ba9b6ee39adf771f971494b4b.zip FreeBSD-ports-05d8be23877ae12ba9b6ee39adf771f971494b4b.tar.gz |
Oops, category name is "languages", not "lang"....
Diffstat (limited to 'lang/bwbasic')
-rw-r--r-- | lang/bwbasic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/bwbasic/Makefile b/lang/bwbasic/Makefile index c5fd673..2695eec 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 |