svn commit: r559160 - head/devel/py-speaklater

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Dec 24 13:57:24 UTC 2020


Author: sunpoet
Date: Thu Dec 24 13:57:16 2020
New Revision: 559160
URL: https://svnweb.freebsd.org/changeset/ports/559160

Log:
  Add LICENSE_FILE and NO_ARCH

Modified:
  head/devel/py-speaklater/Makefile

Modified: head/devel/py-speaklater/Makefile
==============================================================================
--- head/devel/py-speaklater/Makefile	Thu Dec 24 13:57:11 2020	(r559159)
+++ head/devel/py-speaklater/Makefile	Thu Dec 24 13:57:16 2020	(r559160)
@@ -12,8 +12,11 @@ MAINTAINER=	python at FreeBSD.org
 COMMENT=	Lazy string Python module for translations
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=	python
+USES=		python
 USE_PYTHON=	distutils autoplist
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list