From owner-svn-doc-all@freebsd.org Sat Oct 14 07:33:12 2017 Return-Path: Delivered-To: svn-doc-all@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 7FDBAE3FDD1; Sat, 14 Oct 2017 07:33:12 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D91B6712D; Sat, 14 Oct 2017 07:33:12 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9E7XBlH070997; Sat, 14 Oct 2017 07:33:11 GMT (envelope-from ak@FreeBSD.org) Received: (from ak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9E7XBZA070996; Sat, 14 Oct 2017 07:33:11 GMT (envelope-from ak@FreeBSD.org) Message-Id: <201710140733.v9E7XBZA070996@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ak set sender to ak@FreeBSD.org using -f From: Alex Kozlov Date: Sat, 14 Oct 2017 07:33:11 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51121 - head/en_US.ISO8859-1/books/porters-handbook/pkg-files X-SVN-Group: doc-head X-SVN-Commit-Author: ak X-SVN-Commit-Paths: head/en_US.ISO8859-1/books/porters-handbook/pkg-files X-SVN-Commit-Revision: 51121 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Oct 2017 07:33:12 -0000 Author: ak (ports committer) Date: Sat Oct 14 07:33:11 2017 New Revision: 51121 URL: https://svnweb.freebsd.org/changeset/doc/51121 Log: - The USE_RCORDER variable was removed 2 years ago. Differential Revision: https://reviews.freebsd.org/D12641 Approved by: portmgr (mat) Modified: head/en_US.ISO8859-1/books/porters-handbook/pkg-files/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/pkg-files/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/pkg-files/chapter.xml Sat Oct 14 07:28:50 2017 (r51120) +++ head/en_US.ISO8859-1/books/porters-handbook/pkg-files/chapter.xml Sat Oct 14 07:33:11 2017 (r51121) @@ -162,9 +162,8 @@ in FILESDIR. A modified version will be created as ${WRKDIR}/file. - Files defined as a value of USE_RC_SUBR (or - the deprecated USE_RCORDER) are automatically - added to SUB_FILES. For the files + Files defined as a value of USE_RC_SUBR are + automatically added to SUB_FILES. For the files pkg-message, pkg-install, and pkg-deinstall, the corresponding Makefile