Date: Tue, 11 Sep 2018 18:57:20 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479544 - head/audio/rhvoice Message-ID: <201809111857.w8BIvKv2004868@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Tue Sep 11 18:57:20 2018 New Revision: 479544 URL: https://svnweb.freebsd.org/changeset/ports/479544 Log: audio/rhvoice: Fix LICENSE_FILE_xx lines Reported by: mat Modified: head/audio/rhvoice/Makefile Modified: head/audio/rhvoice/Makefile ============================================================================== --- head/audio/rhvoice/Makefile Tue Sep 11 18:52:07 2018 (r479543) +++ head/audio/rhvoice/Makefile Tue Sep 11 18:57:20 2018 (r479544) @@ -11,8 +11,8 @@ COMMENT= Speech synthesizer for English, Russian, Geor LICENSE= LGPL21+ GPLv3+ # the main code is under LGPL21+, MAGE library is under GPLv3+, voices are licensed for use by individuals only, no commercial use LICENSE_COMB= multi -LICENSE_FILE_LGPL21= ${SRCDIR}/licenses/lgpl-2.1.txt -LICENSE_FILE_GPLv3= ${SRCDIR}/licenses/gpl-3.0.txt +LICENSE_FILE_LGPL21+ = ${WRKSRC}/licenses/lgpl-2.1.txt +LICENSE_FILE_GPLv3+ = ${WRKSRC}/licenses/gpl-3.0.txt LIB_DEPENDS= libao.so:audio/libao \ libportaudio.so:audio/portaudio \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809111857.w8BIvKv2004868>