diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 08:49:30 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 08:49:30 +0000 |
commit | dad9a57abe0907e2d451ff263083a9d1d82dfca2 (patch) | |
tree | 4e676da1d8e6e15fa064f8de419e97dbd5a58d94 /misc/py-distutils | |
parent | Sort (asbutton before astrolog). (diff) |
Convert to PORTNAME/PORTVERSION.
Notes
Notes:
svn path=/head/; revision=27512
Diffstat (limited to 'misc/py-distutils')
-rw-r--r-- | misc/py-distutils/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/py-distutils/Makefile b/misc/py-distutils/Makefile index 3040857219bc..3d7ab8130865 100644 --- a/misc/py-distutils/Makefile +++ b/misc/py-distutils/Makefile @@ -1,15 +1,16 @@ # New ports collection makefile for: Distutils -# Version required: 0.1.3 # Date created: 23 March 2000 # Whom: Thomas Gellekum <tg@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= Distutils-0.1.3 -PKGNAME= py-distutils-0.1.3 +PORTNAME= distutils +PORTVERSION= 0.1.3 CATEGORIES= misc python MASTER_SITES= http://www.python.org/sigs/distutils-sig/ +PKGNAMEPREFIX= py- +DISTNAME= Distutils-${PORTVERSION} MAINTAINER= tg@FreeBSD.org |