aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-six
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2013-09-23 20:52:16 +0800
committerrm <rm@FreeBSD.org>2013-09-23 20:52:16 +0800
commit783081fd7348ae57f24a6decfb1baf3ac7b2bfdd (patch)
treecd8c58782d4a55a3ccb7f237a1ddf7a407abffa8 /devel/py-six
parent792b00f65166dd59cbff190d29e90e79aa13cdc8 (diff)
downloadfreebsd-ports-gnome-783081fd7348ae57f24a6decfb1baf3ac7b2bfdd.tar.gz
freebsd-ports-gnome-783081fd7348ae57f24a6decfb1baf3ac7b2bfdd.tar.zst
freebsd-ports-gnome-783081fd7348ae57f24a6decfb1baf3ac7b2bfdd.zip
Tidy up zope/plone ports over the tree. Common changes:
- remove indefinite article from COMMENT - align USE_PYDISTUTILS value in Makefile - tab -> space change in pkg-descr:WWW - update WWW to use https scheme in url to avoid redirect - add trailing slash to WWW All changes are non-functional.
Diffstat (limited to 'devel/py-six')
-rw-r--r--devel/py-six/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-six/Makefile b/devel/py-six/Makefile
index cac5be6772ef..c8345cf4da35 100644
--- a/devel/py-six/Makefile
+++ b/devel/py-six/Makefile
@@ -13,13 +13,14 @@ COMMENT= Python 2 and 3 compatibility utilities
LICENSE= MIT
USE_PYTHON= yes
-USE_PYDISTUTILS= yes
+USE_PYDISTUTILS=yes
PLIST_FILES= %%PYTHON_SITELIBDIR%%/six.py \
%%PYTHON_SITELIBDIR%%/six.pyc \
%%PYTHON_SITELIBDIR%%/six.pyo
NO_STAGE= yes
+
.include <bsd.port.pre.mk>
post-install: