svn commit: r405425 - head/net-mgmt/py-ipy

Martin Wilke miwi at FreeBSD.org
Thu Jan 7 11:16:15 UTC 2016


Author: miwi
Date: Thu Jan  7 11:16:14 2016
New Revision: 405425
URL: https://svnweb.freebsd.org/changeset/ports/405425

Log:
  - Add NO_ARCH
  - Use do-test

Modified:
  head/net-mgmt/py-ipy/Makefile

Modified: head/net-mgmt/py-ipy/Makefile
==============================================================================
--- head/net-mgmt/py-ipy/Makefile	Thu Jan  7 11:15:46 2016	(r405424)
+++ head/net-mgmt/py-ipy/Makefile	Thu Jan  7 11:16:14 2016	(r405425)
@@ -13,8 +13,9 @@ COMMENT=	Python module for handling IPv4
 
 USES=		python
 USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
 
-test: install
+do-test:
 	${PYTHON_CMD} ${WRKSRC}/test/test_IPy.py
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list