svn commit: r425483 - head/textproc/py-diff-match-patch
Rene Ladan
rene at FreeBSD.org
Sun Nov 6 11:35:37 UTC 2016
Author: rene
Date: Sun Nov 6 11:35:36 2016
New Revision: 425483
URL: https://svnweb.freebsd.org/changeset/ports/425483
Log:
Fix invocation for "make test"
Modified:
head/textproc/py-diff-match-patch/Makefile
Modified: head/textproc/py-diff-match-patch/Makefile
==============================================================================
--- head/textproc/py-diff-match-patch/Makefile Sun Nov 6 11:06:45 2016 (r425482)
+++ head/textproc/py-diff-match-patch/Makefile Sun Nov 6 11:35:36 2016 (r425483)
@@ -20,7 +20,7 @@ USE_PYTHON= autoplist distutils
NO_ARCH= yes
-regression-test: build
+do-test: build
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list