diff options
author | asami <asami@FreeBSD.org> | 1995-11-22 13:13:16 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-11-22 13:13:16 +0000 |
commit | a9cec408bb426d399b1276a22e34274c50f7cc40 (patch) | |
tree | 8eb90590d887e84087afbb8c4ead000485812af0 /lang/forth | |
parent | c575f744ba87d3b601bd505c2632055be52689b5 (diff) | |
download | FreeBSD-ports-a9cec408bb426d399b1276a22e34274c50f7cc40.zip FreeBSD-ports-a9cec408bb426d399b1276a22e34274c50f7cc40.tar.gz |
Change category nome from "languages" to "lang". Also remove "programming"
which appeared in some of them, everything here is a programming language! :)
Diffstat (limited to 'lang/forth')
-rw-r--r-- | lang/forth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/forth/Makefile b/lang/forth/Makefile index c7ed24a7..3c462a19 100644 --- a/lang/forth/Makefile +++ b/lang/forth/Makefile @@ -3,7 +3,7 @@ # Date created: 23 November 1994 # Whom: mr # -# $Id: Makefile,v 1.5 1995/04/22 12:12:26 jkh Exp $ +# $Id: Makefile,v 1.6 1995/04/24 11:29:06 asami Exp $ # #This is pfe Version 0.9.9 @@ -11,7 +11,7 @@ DISTNAME= pfe099 PKGNAME= pfe-0.9.9 DISTFILES= pfe-0.9.9.tar.gz -CATEGORIES+= languages +CATEGORIES+= lang MASTER_SITES= ftp://sunsite.unc.edu/pub/languages/forth/ pre-install: |