svn commit: r535160 - head/devel/py-smmap2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed May 13 20:41:18 UTC 2020


Author: sunpoet
Date: Wed May 13 20:41:12 2020
New Revision: 535160
URL: https://svnweb.freebsd.org/changeset/ports/535160

Log:
  Cosmetic change

Modified:
  head/devel/py-smmap2/Makefile

Modified: head/devel/py-smmap2/Makefile
==============================================================================
--- head/devel/py-smmap2/Makefile	Wed May 13 20:41:06 2020	(r535159)
+++ head/devel/py-smmap2/Makefile	Wed May 13 20:41:12 2020	(r535160)
@@ -15,11 +15,11 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR}
 
-CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}smmap
-
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
+
+CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}smmap
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list