aboutsummaryrefslogtreecommitdiff
path: root/lang/python30
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-11-22 13:13:16 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-11-22 13:13:16 +0000
commit5812de6cad8e1e805064bee092950cdc9934a516 (patch)
treec7e8309958dbcfc8385a365e6b29258175c91037 /lang/python30
parent7f7be8d1c8080b0df9fc0bab1625ab6893b82560 (diff)
downloadports-5812de6cad8e1e805064bee092950cdc9934a516.tar.gz
ports-5812de6cad8e1e805064bee092950cdc9934a516.zip
Change category nome from "languages" to "lang". Also remove "programming"
which appeared in some of them, everything here is a programming language! :)
Notes
Notes: svn path=/head/; revision=2450
Diffstat (limited to 'lang/python30')
-rw-r--r--lang/python30/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python30/Makefile b/lang/python30/Makefile
index 77775a406ae2..502235016a44 100644
--- a/lang/python30/Makefile
+++ b/lang/python30/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