Date: Thu, 6 Oct 2016 12:13:52 +0300 From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: Mathieu Arnold <mat@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r423386 - head/security/obfsclient Message-ID: <20161006091352.GE98853@hades.panopticon> In-Reply-To: <78422584-5820-7405-15d8-0d8485f8a1f5@FreeBSD.org> References: <201610052017.u95KH5mO093880@repo.freebsd.org> <78422584-5820-7405-15d8-0d8485f8a1f5@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
* 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. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://amdmi3.ru
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20161006091352.GE98853>