diff options
author | Josh Paetzel <jpaetzel@FreeBSD.org> | 2018-01-01 16:45:37 +0000 |
---|---|---|
committer | Josh Paetzel <jpaetzel@FreeBSD.org> | 2018-01-01 16:45:37 +0000 |
commit | c75fc789aa0ae56314a3750c5d3a046fe6dd0114 (patch) | |
tree | 2b36ee0bc2c195959d5896ecd3cde0d02a6a114c | |
parent | add new port: MongoDB 3.6.0 (diff) |
Fix USES and cleanup backports namespace
PR: 224690
Submitted by: sunpoet
-rw-r--r-- | devel/py-backports.shutil_get_terminal_size/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/py-backports.shutil_get_terminal_size/Makefile b/devel/py-backports.shutil_get_terminal_size/Makefile index b46e49249396..50c834710b60 100644 --- a/devel/py-backports.shutil_get_terminal_size/Makefile +++ b/devel/py-backports.shutil_get_terminal_size/Makefile @@ -14,17 +14,16 @@ LICENSE= PSFL RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}backports>0:devel/py-backports@${FLAVOR} -USES= python +NO_ARCH= yes +USES= python:2.7 USE_PYTHON= autoplist distutils POST_PLIST= trim-backports-namespace post-install: @${RM} ${STAGEDIR}${PYTHON_SITELIBDIR}/backports/__init__.py* - @${RM} -r ${STAGEDIR}${PYTHON_SITELIBDIR}/backports/__pycache__ trim-backports-namespace: @${REINPLACE_CMD} '/backports\/__init__.py*/d' ${TMPPLIST} - @${REINPLACE_CMD} '/backports\/__pycache__*/d' ${TMPPLIST} .include <bsd.port.mk> |