Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DF67485007 for ; Thu, 26 Oct 2023 10:18:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id hO3VYJsjfr36 for ; Thu, 26 Oct 2023 10:18:34 +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 3F80084D84 for ; Thu, 26 Oct 2023 10:18:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 375F8FADC; Thu, 26 Oct 2023 10:18:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169831551460570" MIME-Version: 1.0 Date: Thu, 26 Oct 2023 10:18:34 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/lang/python To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20231026101834.375F8FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169831551460570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Oct 26 10:18:34 UTC 2023 Modified Files: pkgsrc/lang/python: extension.mk Log Message: python: ... and for share/doc To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 pkgsrc/lang/python/extension.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169831551460570 Content-Disposition: inline Content-Length: 875 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/python/extension.mk diff -u pkgsrc/lang/python/extension.mk:1.63 pkgsrc/lang/python/extension.mk:1.64 --- pkgsrc/lang/python/extension.mk:1.63 Thu Oct 26 10:17:14 2023 +++ pkgsrc/lang/python/extension.mk Thu Oct 26 10:18:34 2023 @@ -1,4 +1,4 @@ -# $NetBSD: extension.mk,v 1.63 2023/10/26 10:17:14 wiz Exp $ +# $NetBSD: extension.mk,v 1.64 2023/10/26 10:18:34 wiz Exp $ .include "../../lang/python/pyversion.mk" @@ -71,6 +71,7 @@ EARLY_PRINT_PLIST_AWK+= gsub(/opt-1\.pyc EARLY_PRINT_PLIST_AWK+= gsub(/\.cpython-${_PYTHON_VERSION}/, "")} PRINT_PLIST_AWK+= /bin\// { sub(/${PYVERSSUFFIX}/, "$${PYVERSSUFFIX}") } PRINT_PLIST_AWK+= /man\// { sub(/${PYVERSSUFFIX}/, "$${PYVERSSUFFIX}") } +PRINT_PLIST_AWK+= /share\/doc\// { sub(/${PYVERSSUFFIX}/, "$${PYVERSSUFFIX}") } .endif # For running tests before installation of the package, --_----------=_169831551460570--