diff options
author | koobs <koobs@FreeBSD.org> | 2014-02-01 19:27:20 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2014-02-01 19:27:20 +0800 |
commit | a4662c6b9ad2e98ce53707cb3a35ec82a34d7d31 (patch) | |
tree | c494ae602c938e1a72a2ffb04fcf37600831f0cf | |
parent | 9445611512bcfa8101d3f048878ae40745ea04b8 (diff) | |
download | freebsd-ports-gnome-a4662c6b9ad2e98ce53707cb3a35ec82a34d7d31.tar.gz freebsd-ports-gnome-a4662c6b9ad2e98ce53707cb3a35ec82a34d7d31.tar.zst freebsd-ports-gnome-a4662c6b9ad2e98ce53707cb3a35ec82a34d7d31.zip |
devel/py-blinker: Enable STAGE and AUTOPLIST support
- Enable STAGE support
- Enable AUTOPLIST, delete pkg-plist
-rw-r--r-- | devel/py-blinker/Makefile | 2 | ||||
-rw-r--r-- | devel/py-blinker/pkg-plist | 13 |
2 files changed, 1 insertions, 14 deletions
diff --git a/devel/py-blinker/Makefile b/devel/py-blinker/Makefile index c8c915d702cf..17fc33dfcbad 100644 --- a/devel/py-blinker/Makefile +++ b/devel/py-blinker/Makefile @@ -16,9 +16,9 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes regression-test: build @cd ${WRKSRC} && nosetests -NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/py-blinker/pkg-plist b/devel/py-blinker/pkg-plist deleted file mode 100644 index 10c060c81e19..000000000000 --- a/devel/py-blinker/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -%%PYTHON_SITELIBDIR%%/blinker/__init__.py -%%PYTHON_SITELIBDIR%%/blinker/__init__.pyc -%%PYTHON_SITELIBDIR%%/blinker/__init__.pyo -%%PYTHON_SITELIBDIR%%/blinker/_saferef.py -%%PYTHON_SITELIBDIR%%/blinker/_saferef.pyc -%%PYTHON_SITELIBDIR%%/blinker/_saferef.pyo -%%PYTHON_SITELIBDIR%%/blinker/_utilities.py -%%PYTHON_SITELIBDIR%%/blinker/_utilities.pyc -%%PYTHON_SITELIBDIR%%/blinker/_utilities.pyo -%%PYTHON_SITELIBDIR%%/blinker/base.py -%%PYTHON_SITELIBDIR%%/blinker/base.pyc -%%PYTHON_SITELIBDIR%%/blinker/base.pyo -@dirrm %%PYTHON_SITELIBDIR%%/blinker |