svn commit: r525846 - head/devel/py-jaraco.functools

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Feb 11 17:54:10 UTC 2020


Author: sunpoet
Date: Tue Feb 11 17:54:09 2020
New Revision: 525846
URL: https://svnweb.freebsd.org/changeset/ports/525846

Log:
  - Cosmetic change

Modified:
  head/devel/py-jaraco.functools/Makefile

Modified: head/devel/py-jaraco.functools/Makefile
==============================================================================
--- head/devel/py-jaraco.functools/Makefile	Tue Feb 11 17:54:04 2020	(r525845)
+++ head/devel/py-jaraco.functools/Makefile	Tue Feb 11 17:54:09 2020	(r525846)
@@ -22,6 +22,8 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
+POST_PLIST=	trim-jaraco-namespace
+
 .include <bsd.port.pre.mk>
 
 .if ${PYTHON_REL} < 3000
@@ -33,8 +35,6 @@ RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}more-itertools>=2
 .else
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}more-itertools5>=2.7:devel/py-more-itertools5@${PY_FLAVOR}
 .endif
-
-POST_PLIST=	trim-jaraco-namespace
 
 post-install:
 	@${RM} ${STAGEDIR}${PYTHON_SITELIBDIR}/jaraco/__init__.py*


More information about the svn-ports-all mailing list