From owner-svn-ports-head@freebsd.org Thu Apr 13 19:01:25 2017 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 E81ACD3CE93; Thu, 13 Apr 2017 19:01:25 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CA822AD1; Thu, 13 Apr 2017 19:01:25 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id F07053CE0; Thu, 13 Apr 2017 19:01:24 +0000 (UTC) From: Jan Beich To: Alexey Dokuchaev Cc: Maxim Sobolev , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r438413 - in head/devel: . debugedit debugedit/files References: <201704122049.v3CKnQS9032104@repo.freebsd.org> <20170413150057.GB86375@FreeBSD.org> Date: Thu, 13 Apr 2017 21:03:06 +0200 In-Reply-To: <20170413150057.GB86375@FreeBSD.org> (Alexey Dokuchaev's message of "Thu, 13 Apr 2017 15:00:57 +0000") Message-ID: <8tn4-6sgl-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain 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: Thu, 13 Apr 2017 19:01:26 -0000 Alexey Dokuchaev writes: >> + ${INSTALL_MAN} ${WRKSRC}/README.txt ${STAGEDIR}${DOCSDIR} > > INSTALL_MAN is not for docs, it's for manpages. Also, when installing docs, > it's a good idea to OPTIONS_DEFINE+=DOCS and use {do|post}-install-DOCS-on > special helper target. PHB disagrees with you: - INSTALL_MAN is a command to install manpages and other documentation (it does not compress anything). https://www.freebsd.org/doc/en/books/porters-handbook/install.html