svn commit: r500050 - head/devel/py-progress

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Apr 25 18:29:24 UTC 2019


Author: sunpoet
Date: Thu Apr 25 18:29:23 2019
New Revision: 500050
URL: https://svnweb.freebsd.org/changeset/ports/500050

Log:
  Add LICENSE_FILE and NO_ARCH

Modified:
  head/devel/py-progress/Makefile

Modified: head/devel/py-progress/Makefile
==============================================================================
--- head/devel/py-progress/Makefile	Thu Apr 25 18:29:18 2019	(r500049)
+++ head/devel/py-progress/Makefile	Thu Apr 25 18:29:23 2019	(r500050)
@@ -11,9 +11,11 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Easy to use progress bars
 
 LICENSE=	ISCL
-#LICENSE_FILE=	${WRKSRC}/LICENSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list