Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146819400
D30192.1781204901.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
826 B
Referenced Files
None
Subscribers
None
D30192.1781204901.diff
View Options
diff --git a/lang/python-doc-html/Makefile b/lang/python-doc-html/Makefile
--- a/lang/python-doc-html/Makefile
+++ b/lang/python-doc-html/Makefile
@@ -3,7 +3,7 @@
PORTNAME= python-doc-${DOCFORMAT}
PORTVERSION= ${PYTHON_PORTVERSION}
CATEGORIES= lang python
-MASTER_SITES= PYTHON/ftp/python/doc/${PORTVERSION} \
+MASTER_SITES?= PYTHON/ftp/python/doc/${PORTVERSION} \
PYTHON/ftp/python/doc/current
DISTNAME= python-${PORTVERSION}-docs-${DOCFORMAT}
DIST_SUBDIR= python
@@ -38,7 +38,7 @@
all_python_versions:
.for v in ${_VERS}
- @${MAKE} -V PYTHON_PORTVERSION DEFAULT_VERSIONS=python=${v}
+ @${MAKE} -C ${PORTSDIR}/lang/python${v:S/.//} -V PYTHON_PORTVERSION
.endfor
.if make(makesum)
@@ -54,6 +54,7 @@
.endfor
.endfor
MASTER_SITES+= PYTHON/ftp/python/doc/current
+.export MASTER_SITES
.endif
pre-install:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jun 11, 7:08 PM (13 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28883244
Default Alt Text
D30192.1781204901.diff (826 B)
Attached To
Mode
D30192: lang/python-doc-html: Unbreak makesum
Attached
Detach File
Event Timeline
Log In to Comment