From owner-svn-ports-head@freebsd.org Fri Oct 7 01:32:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F7CBBECDE1; Fri, 7 Oct 2016 01:32:01 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (unknown [IPv6:2602:304:b010:ef20::f2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.catspoiler.org", Issuer "gw.catspoiler.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 66F3E2F5; Fri, 7 Oct 2016 01:32:01 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.15.2/8.15.2) with ESMTP id u971Vlf7092690; Thu, 6 Oct 2016 18:31:52 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <201610070131.u971Vlf7092690@gw.catspoiler.org> Date: Thu, 6 Oct 2016 18:31:47 -0700 (PDT) From: Don Lewis Subject: Re: svn commit: r423386 - head/security/obfsclient To: amdmi3@amdmi3.ru cc: mat@FreeBSD.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org In-Reply-To: <20161006091352.GE98853@hades.panopticon> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2016 01:32:01 -0000 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 >> > >> > >> >> 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.