svn commit: r545433 - head/devel/py-urwid

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Aug 19 16:26:16 UTC 2020


Author: sunpoet
Date: Wed Aug 19 16:26:09 2020
New Revision: 545433
URL: https://svnweb.freebsd.org/changeset/ports/545433

Log:
  Cosmetic change

Modified:
  head/devel/py-urwid/Makefile

Modified: head/devel/py-urwid/Makefile
==============================================================================
--- head/devel/py-urwid/Makefile	Wed Aug 19 16:26:04 2020	(r545432)
+++ head/devel/py-urwid/Makefile	Wed Aug 19 16:26:09 2020	(r545433)
@@ -14,12 +14,11 @@ LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		python
-
-OPTIONS_DEFINE=	EXAMPLES
-
 USE_PYTHON=	autoplist concurrent distutils
 
 PORTEXAMPLES=	*
+
+OPTIONS_DEFINE=	EXAMPLES
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/urwid/str_util.so


More information about the svn-ports-head mailing list