diff options
author | tg <tg@FreeBSD.org> | 2001-03-15 20:29:01 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2001-03-15 20:29:01 +0800 |
commit | dd08d02836decd4503f2049f6ccd0d027e996225 (patch) | |
tree | eef7a3645e37af5e0eafc8fc571b9ec4aab5e827 /lang/python-doc-html/Makefile | |
parent | 3b51f3752c68b20aca912e5e4e05bf5750f38159 (diff) | |
download | freebsd-ports-gnome-dd08d02836decd4503f2049f6ccd0d027e996225.tar.gz freebsd-ports-gnome-dd08d02836decd4503f2049f6ccd0d027e996225.tar.zst freebsd-ports-gnome-dd08d02836decd4503f2049f6ccd0d027e996225.zip |
Use PYTHON_PORTVERSION, so this works for other releases than 2.0.
Diffstat (limited to 'lang/python-doc-html/Makefile')
-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} |