Date: Fri, 30 Apr 2021 00:02:48 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 255496] [NEW-PORT] audio/ZMusic Message-ID: <bug-255496-7788-QiiVMYR7TY@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-255496-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-255496-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255496 --- Comment #15 from Chris Hutchinson <portmaster@bsdforge.com> --- (In reply to Kalten from comment #14) OK this should probably work. But I recommend not abusing LICENSE_FILES like this. As this is not how the LICENSE framework is intended to be used. Why not define LFILES and simply use that instead. The same end goal is reached, and it will never have unintended consequences in the future. Something like: USE_LDCONFIG=3D yes LFILES=3D bsd.txt dumb.txt gplv3.txt legal.txt lgplv21.txt \ lgplv3.txt zmusic.txt and ${INSTALL_DATA} ${LFILES:S|^|${WRKSRC}/licenses/|} ${STAGEDIR}${DOCSDIR} instead. Otherwise everything should be just fine. :-) --Chris --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-255496-7788-QiiVMYR7TY>