From 5a0b78e544f4c306db6adeeb05bac56359ad3d9e Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Thu, 15 Mar 2001 12:29:01 +0000 Subject: [PATCH] Use PYTHON_PORTVERSION, so this works for other releases than 2.0. --- lang/python-doc-html/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/python-doc-html/Makefile b/lang/python-doc-html/Makefile index 57d441cff179..f4e4a9687a80 100644 --- a/lang/python-doc-html/Makefile +++ b/lang/python-doc-html/Makefile @@ -6,7 +6,7 @@ # PORTNAME= python-doc-${DOCFORMAT} -PORTVERSION= 2.0 +PORTVERSION= ${PYTHON_PORTVERSION} CATEGORIES= lang python MASTER_SITES= http://www.python.org/ftp/python/doc/${PORTVERSION}/ \ http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/doc/${PORTVERSION}/ @@ -15,6 +15,7 @@ DISTNAME= ${DOCFORMAT}-${PORTVERSION} MAINTAINER= tg@FreeBSD.org DIST_SUBDIR= python +USE_PYTHON= yes USE_BZIP2= yes NO_BUILD= yes PLIST= ${PKGDIR}/pkg-plist_${DOCFORMAT}