diff options
author | obrien <obrien@FreeBSD.org> | 2000-04-12 14:21:15 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-04-12 14:21:15 +0800 |
commit | 279d0c568395b4252ea7d025ef414367c67379c0 (patch) | |
tree | 8f72921d00682487baa00cb9380ca8975f5469ce /lang/python+ipv6 | |
parent | 98e3a046d36f9f73a339aeedddb8c7f75429c5fe (diff) | |
download | freebsd-ports-gnome-279d0c568395b4252ea7d025ef414367c67379c0.tar.gz freebsd-ports-gnome-279d0c568395b4252ea7d025ef414367c67379c0.tar.zst freebsd-ports-gnome-279d0c568395b4252ea7d025ef414367c67379c0.zip |
Convert to the PORTNAME - PORTVERSION syntax.
Diffstat (limited to 'lang/python+ipv6')
-rw-r--r-- | lang/python+ipv6/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/python+ipv6/Makefile b/lang/python+ipv6/Makefile index 28c2c6639c9c..a232dfa82695 100644 --- a/lang/python+ipv6/Makefile +++ b/lang/python+ipv6/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: python -# Version required: 1.5.2 # Date created: 08 August 1995 # Whom: jkh # # $FreeBSD$ # -DISTNAME= py152 -PKGNAME= python+ipv6-1.5.2 +PORTNAME= python+ipv6 +PORTVERSION= 1.5.2 CATEGORIES= lang python tk82 ipv6 MASTER_SITES= ftp://www.python.org/pub/python/src/ \ ftp://ftp.cwi.nl/pub/python/src/ +DISTNAME= py152 EXTRACT_SUFX= .tgz PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ @@ -21,7 +21,7 @@ MAINTAINER= sumikawa@FreeBSD.org LIB_DEPENDS= ${TK_DEPENDS} -DIST_SUBDIR= python +DIST_SUBDIR= python WRKSRC= ${WRKDIR}/Python-1.5.2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-fpectl --with-libs='-lxpg4' |