svn commit: r479544 - head/audio/rhvoice
Yuri Victorovich
yuri at FreeBSD.org
Tue Sep 11 18:57:21 UTC 2018
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 \
More information about the svn-ports-head
mailing list