Received: by mail.netbsd.org (Postfix, from userid 605) id C3CC184D90; Mon, 1 Jul 2019 16:19:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4BF3E84D85 for ; Mon, 1 Jul 2019 16:19:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id euseiwKmlLQM for ; Mon, 1 Jul 2019 16:19:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D9F1484CD6 for ; Mon, 1 Jul 2019 16:19:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D3C7FFBF4; Mon, 1 Jul 2019 16:19:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1561997985181390" MIME-Version: 1.0 Date: Mon, 1 Jul 2019 16:19:45 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20190701161945.D3C7FFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1561997985181390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Mon Jul 1 16:19:45 UTC 2019 Modified Files: pkgsrc/doc: TODO Log Message: TODO: Mention PKGMANDIR To generate a diff of this commit: cvs rdiff -u -r1.19098 -r1.19099 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1561997985181390 Content-Disposition: inline Content-Length: 667 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.19098 pkgsrc/doc/TODO:1.19099 --- pkgsrc/doc/TODO:1.19098 Mon Jul 1 15:13:39 2019 +++ pkgsrc/doc/TODO Mon Jul 1 16:19:45 2019 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.19098 2019/07/01 15:13:39 nia Exp $ +$NetBSD: TODO,v 1.19099 2019/07/01 16:19:45 nia Exp $ Suggested new packages ====================== @@ -1515,7 +1515,7 @@ Suggested cleanups in pkgsrc FOO_USE_* variables. o Fix packages installing manual pages under share/man to install - them directly under man. + them under PKGMANDIR. Affects: net/tsclient o Convert packages to use generic install scripts where possible --_----------=_1561997985181390--