From 774581039fa94d03e2ed438e1214fde4b7586898 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sun, 5 Feb 2017 13:10:47 +0000 Subject: [PATCH] - Fix LICENSE - Add NO_ARCH --- audio/py-al/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/audio/py-al/Makefile b/audio/py-al/Makefile index c187fa632ed3..280129233148 100644 --- a/audio/py-al/Makefile +++ b/audio/py-al/Makefile @@ -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