Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Oct 2016 18:31:47 -0700 (PDT)
From:      Don Lewis <truckman@FreeBSD.org>
To:        amdmi3@amdmi3.ru
Cc:        mat@FreeBSD.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org,  svn-ports-head@freebsd.org
Subject:   Re: svn commit: r423386 - head/security/obfsclient
Message-ID:  <201610070131.u971Vlf7092690@gw.catspoiler.org>
In-Reply-To: <20161006091352.GE98853@hades.panopticon>

next in thread | previous in thread | raw e-mail | index | archive | help
On  6 Oct, Dmitry Marakasov wrote:
> * Mathieu Arnold (mat@FreeBSD.org) wrote:
> 
>> > New Revision: 423386
>> > URL: https://svnweb.freebsd.org/changeset/ports/423386
>> >
>> > Log:
>> >   - Bring back license installation
>> >   
>> > +PORTDOCS=	COPYING
>> > +
>> > +post-install:
>> > +	@${MKDIR} ${STAGEDIR}${DOCSDIR}
>> > +	${INSTALL_DATA} ${WRKSRC}/COPYING ${STAGEDIR}${DOCSDIR}
>> > +
>> >  .include <bsd.port.mk>
>> >
>> >
>> 
>> The license is already installed in PREFIX/share/licences/pkgname/, why
>> install it a second time ?
> 
> It is not, LICENSE_FILE is useless with multiple licenses. To make it
> installed we need to either duplicate if in all LICENSE_FILE_* or to
> install it as docfile. I see the latter as lesser evil for now.

If you have multiple license files and LICENSE_COMB=multi, you can
specify multiple license files.  See editors/openoffice-4/Makefile as an
example.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610070131.u971Vlf7092690>