Use PYTHON_PORTVERSION, so this works for other releases than 2.0.
This commit is contained in:
parent
2423550b5f
commit
5a0b78e544
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39881
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user