svn commit: r433402 - head/audio/py-al

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Feb 5 13:10:48 UTC 2017


Author: amdmi3
Date: Sun Feb  5 13:10:47 2017
New Revision: 433402
URL: https://svnweb.freebsd.org/changeset/ports/433402

Log:
  - Fix LICENSE
  - Add NO_ARCH

Modified:
  head/audio/py-al/Makefile

Modified: head/audio/py-al/Makefile
==============================================================================
--- head/audio/py-al/Makefile	Sun Feb  5 13:10:05 2017	(r433401)
+++ head/audio/py-al/Makefile	Sun Feb  5 13:10:47 2017	(r433402)
@@ -10,9 +10,12 @@ DISTNAME=	PyAL-${PORTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	PyAL is a binding of OpenAL for Python
 
-LICENSE=	ZLIB
+LICENSE=	PD ZLIB
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/doc/copying.rst
 
 USES=		openal:al python
 USE_PYTHON=	autoplist distutils
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list