diff options
Diffstat (limited to 'lang/python-doc-html/Makefile')
-rw-r--r-- | lang/python-doc-html/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/python-doc-html/Makefile b/lang/python-doc-html/Makefile index 4de64b1434cb..0df734ca0ec1 100644 --- a/lang/python-doc-html/Makefile +++ b/lang/python-doc-html/Makefile @@ -4,9 +4,8 @@ PORTNAME= python-doc-${DOCFORMAT} PORTVERSION= ${PYTHON_PORTVERSION} CATEGORIES= lang python -MASTER_SITES= PYTHON -MASTER_SITE_SUBDIR= ftp/python/doc/${PORTVERSION} \ - ftp/python/doc/current +MASTER_SITES= PYTHON/ftp/python/doc/${PORTVERSION} \ + PYTHON/ftp/python/doc/current DISTNAME= python-${PORTVERSION}-docs-${DOCFORMAT} DIST_SUBDIR= python |