diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-05-02 10:18:03 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-05-02 10:18:03 +0000 |
commit | d464b42ba93992d4a6ba64244bd2d13ac325e8ce (patch) | |
tree | 9c178d473ff625214c1dcc477662edf7710e0396 /lang/python-doc-html | |
parent | 230cad7fe1dc354b8458108863d373e2e789e326 (diff) | |
download | ports-d464b42ba93992d4a6ba64244bd2d13ac325e8ce.tar.gz ports-d464b42ba93992d4a6ba64244bd2d13ac325e8ce.zip |
Notes
Diffstat (limited to 'lang/python-doc-html')
-rw-r--r-- | lang/python-doc-html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python-doc-html/Makefile b/lang/python-doc-html/Makefile index 84b7505817a5..c2ba17f6d96f 100644 --- a/lang/python-doc-html/Makefile +++ b/lang/python-doc-html/Makefile @@ -54,7 +54,7 @@ MASTER_SITES+= PYTHON/ftp/python/doc/${v}:${v:S/./x/g} DISTFILES+= python-${v}-docs-${f}${EXTRACT_SUFX}:${v:S/./x/g},DEFAULT .endfor .endfor -MASTER_SITES+= PYTHON/ftp/python/doc/current:DEFAULT +MASTER_SITES+= PYTHON/ftp/python/doc/current .endif pre-install: |