svn commit: r423386 - head/security/obfsclient

Don Lewis truckman at FreeBSD.org
Fri Oct 7 01:32:01 UTC 2016


On  6 Oct, Dmitry Marakasov wrote:
> * Mathieu Arnold (mat at 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.



More information about the svn-ports-head mailing list