diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-12 06:21:15 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-12 06:21:15 +0000 |
commit | 5cd5b258b59f63241fff7b2d0cdeda22c2138b33 (patch) | |
tree | 98671b38100211b23e9d578a8a5a241e41b8a707 /lang/python+ipv6 | |
parent | 343c80d542a8a68a6de7c4e7b02a392d8e1d6fa0 (diff) | |
download | ports-5cd5b258b59f63241fff7b2d0cdeda22c2138b33.tar.gz ports-5cd5b258b59f63241fff7b2d0cdeda22c2138b33.zip |
Notes
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' |