Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Apr 2019 18:29:24 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r500050 - head/devel/py-progress
Message-ID:  <201904251829.x3PITOo2084333@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904251829.x3PITOo2084333>