diff options
| author | Kubilay Kocak <koobs@FreeBSD.org> | 2015-01-27 03:03:28 +0000 | 
|---|---|---|
| committer | Kubilay Kocak <koobs@FreeBSD.org> | 2015-01-27 03:03:28 +0000 | 
| commit | c77f6cd1c32b89e1e9a77b3ad3ffa386cd7bb5a4 (patch) | |
| tree | fc0fc392338c09a7df328ca916b4c8a67ce5479b | |
| parent | www/py-slumber: Update to 0.6.1, chase repo move (diff) | |
www/py-slumber: Remove pre-install target (QA oops)
Oops, left this in there. Useed for poudriere testing since it doesn't
yet support TEST_DEPENDS and regression-test: QA stuff like Tinderbox.
| -rw-r--r-- | www/py-slumber/Makefile | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/www/py-slumber/Makefile b/www/py-slumber/Makefile index 352c2eaaeab5..287c3b5d1625 100644 --- a/www/py-slumber/Makefile +++ b/www/py-slumber/Makefile @@ -33,8 +33,6 @@ GH_ACCOUNT=	samgiles  GH_COMMIT=	d53a9ec  GH_TAGNAME=	v${DISTVERSION} -pre-install: regression-test -  regression-test: build  	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test | 
