On Nov 14, 2013, at 21:41 , Rainer Müller wrote:
> CC licenses are very uncommon for software and their use for this
> purpose is discouraged. I don't expect more of this kind.
Actually, it is not really software. It is a collection of trusted certificates
and metadata. So here it MAY (not sur
On Nov 14, 2013, at 2:53 PM, Peter Danecek wrote:
> in an attempt to comply with licensing (which the original package might fail
> to do), I add some doc files. I have put them into ${portpath}/files and than
> copy them directly into destroot.
Where are you getting these files coming from?
On 2013-11-14 20:53, Peter Danecek wrote:
> xinstall -m 644 -W ${portpath}/files \
^
${filespath}
It's just a shorter alias of the same path.
> It works, but it might not be the intended use. Is this approach okay?
Yes.
>
Hi all,
in an attempt to comply with licensing (which the original package might fail
to do), I add some doc files. I have put them into ${portpath}/files and than
copy them directly into destroot.
post-destroot {
[…]
set dest_doc ${destroot}${prefix}/share/doc
xinstall -d ${dest_doc}