diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 21:54:47 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 21:54:47 +0000 |
commit | 37c0ef8e3bc1afeab57f1c4f837b3c0031db633a (patch) | |
tree | d111af8805f53a860dcffea8daeb8e9837238499 /lang/py-mx-base | |
parent | f7e02694169756b47f76eb898606fb4b51b87123 (diff) | |
download | ports-37c0ef8e3bc1afeab57f1c4f837b3c0031db633a.tar.gz ports-37c0ef8e3bc1afeab57f1c4f837b3c0031db633a.zip |
Notes
Diffstat (limited to 'lang/py-mx-base')
-rw-r--r-- | lang/py-mx-base/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/py-mx-base/Makefile b/lang/py-mx-base/Makefile index cf763594280d..aabb493d163c 100644 --- a/lang/py-mx-base/Makefile +++ b/lang/py-mx-base/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: py-mxTextTools -# Version required: 1.1.1 # Date created: 12 May 1999 # Whom: Thomas Gellekum <tg@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= mxTextTools-1.1.1 -PKGNAME= py-mxTextTools-1.1.1 +PORTNAME= py-mxTextTools +PORTVERSION= 1.1.1 CATEGORIES= textproc python MASTER_SITES= http://starship.skyport.net/~lemburg/ +DISTNAME= mxTextTools-1.1.1 MAINTAINER= tg@FreeBSD.org |