Date: Sun, 5 Feb 2017 13:10:47 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433402 - head/audio/py-al Message-ID: <201702051310.v15DAl4P076851@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702051310.v15DAl4P076851>