View | Details | Raw Unified | Return to bug 255767
Collapse All | Expand All

(-)b/lang/python-doc-html/Makefile (-3 / +3 lines)
Lines 3-9 Link Here
3
PORTNAME=	python-doc-${DOCFORMAT}
3
PORTNAME=	python-doc-${DOCFORMAT}
4
PORTVERSION=	${PYTHON_PORTVERSION}
4
PORTVERSION=	${PYTHON_PORTVERSION}
5
CATEGORIES=	lang python
5
CATEGORIES=	lang python
6
MASTER_SITES=	PYTHON/ftp/python/doc/${PORTVERSION} \
6
MASTER_SITES?=	PYTHON/ftp/python/doc/${PORTVERSION} \
7
		PYTHON/ftp/python/doc/current
7
		PYTHON/ftp/python/doc/current
8
DISTNAME=	python-${PORTVERSION}-docs-${DOCFORMAT}
8
DISTNAME=	python-${PORTVERSION}-docs-${DOCFORMAT}
9
DIST_SUBDIR=	python
9
DIST_SUBDIR=	python
Lines 38-44 _VERS!= ${MAKE} -V _PYTHON_VERSIONS:O Link Here
38
38
39
all_python_versions:
39
all_python_versions:
40
.for v in ${_VERS}
40
.for v in ${_VERS}
41
	@${MAKE} -V PYTHON_PORTVERSION DEFAULT_VERSIONS=python=${v}
41
	@${MAKE} -C ${PORTSDIR}/lang/python${v:S/.//} -V PYTHON_PORTVERSION
42
.endfor
42
.endfor
43
43
44
.if make(makesum)
44
.if make(makesum)
Lines 54-59 DISTFILES+= python-${v}-docs-${f}${EXTRACT_SUFX}:${v:S/./x/g},DEFAULT Link Here
54
.endfor
54
.endfor
55
.endfor
55
.endfor
56
MASTER_SITES+=	PYTHON/ftp/python/doc/current
56
MASTER_SITES+=	PYTHON/ftp/python/doc/current
57
.export MASTER_SITES
57
.endif
58
.endif
58
59
59
pre-install:
60
pre-install:
60
- 

Return to bug 255767