diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-14 10:15:04 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-14 10:15:04 +0000 |
commit | 60d1a83c2a113150cedbc43ff12a7375144f741a (patch) | |
tree | 627649ff7699a289d5d78c11bf8d105881402ca8 /lang/python-doc-html | |
parent | a50428b01c275f058b067787701d333a9d45cbcb (diff) |
Notes
Diffstat (limited to 'lang/python-doc-html')
-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 |