From a9cec408bb426d399b1276a22e34274c50f7cc40 Mon Sep 17 00:00:00 2001 From: asami Date: Wed, 22 Nov 1995 13:13:16 +0000 Subject: Change category nome from "languages" to "lang". Also remove "programming" which appeared in some of them, everything here is a programming language! :) --- lang/python26/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/python26') diff --git a/lang/python26/Makefile b/lang/python26/Makefile index 77775a406ae2..502235016a44 100644 --- a/lang/python26/Makefile +++ b/lang/python26/Makefile @@ -3,12 +3,12 @@ # Date created: 08 August 1995 # Whom: jkh # -# $Id: Makefile,v 1.1.1.1 1995/08/08 22:09:06 jkh Exp $ +# $Id: Makefile,v 1.2 1995/08/09 01:30:00 asami Exp $ # DISTNAME= python1.2 PKGNAME= python-1.2 -CATEGORIES+= languages +CATEGORIES+= lang MASTER_SITES= ftp://www.python.org/pub/python/src/ MAINTAINER= jkh@FreeBSD.org -- cgit