diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2001-03-15 12:29:01 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2001-03-15 12:29:01 +0000 |
commit | 5a0b78e544f4c306db6adeeb05bac56359ad3d9e (patch) | |
tree | 9d74ff0950b995f3c61bf57104080e449929fc17 /lang/python-doc-html | |
parent | 2423550b5f9fc932c09761d1a314434df3076bf2 (diff) |
Use PYTHON_PORTVERSION, so this works for other releases than 2.0.
Notes
Notes:
svn path=/head/; revision=39881
Diffstat (limited to 'lang/python-doc-html')
-rw-r--r-- | lang/python-doc-html/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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} |