svn commit: r423386 - head/security/obfsclient

Dmitry Marakasov amdmi3 at amdmi3.ru
Thu Oct 6 09:15:42 UTC 2016


* 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.

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amdmi3 at amdmi3.ru  ..:  jabber: amdmi3 at jabber.ru      http://amdmi3.ru


More information about the svn-ports-all mailing list