Received: by mail.netbsd.org (Postfix, from userid 605) id EE28684D35; Sun, 7 Jan 2018 11:40:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7856084D2F for ; Sun, 7 Jan 2018 11:40:58 +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 CNT-A3PnroMf for ; Sun, 7 Jan 2018 11:40:58 +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 048E684D04 for ; Sun, 7 Jan 2018 11:40:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 02746FBDE; Sun, 7 Jan 2018 11:40:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1515325257198010" MIME-Version: 1.0 Date: Sun, 7 Jan 2018 11:40:57 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/lang/perl5 To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20180107114058.02746FBDE@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. --_----------=_1515325257198010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sun Jan 7 11:40:57 UTC 2018 Modified Files: pkgsrc/lang/perl5: module.mk packlist.mk Log Message: Improved documentation for "make help". To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 pkgsrc/lang/perl5/module.mk cvs rdiff -u -r1.19 -r1.20 pkgsrc/lang/perl5/packlist.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1515325257198010 Content-Disposition: inline Content-Length: 2038 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/perl5/module.mk diff -u pkgsrc/lang/perl5/module.mk:1.72 pkgsrc/lang/perl5/module.mk:1.73 --- pkgsrc/lang/perl5/module.mk:1.72 Sat Feb 6 00:46:11 2016 +++ pkgsrc/lang/perl5/module.mk Sun Jan 7 11:40:57 2018 @@ -1,4 +1,4 @@ -# $NetBSD: module.mk,v 1.72 2016/02/06 00:46:11 mef Exp $ +# $NetBSD: module.mk,v 1.73 2018/01/07 11:40:57 rillig Exp $ # # This Makefile fragment is intended to be included by packages that build # and install perl5 modules. @@ -30,6 +30,11 @@ # "Module::Build::Tiny", "Module::Install", or # "Module::Install::Bundled" depending on which framework # is used to build/install the module. +# +# See also: +# PERL5_PACKLIST +# +# Keywords: perl perl5 .include "../../lang/perl5/license.mk" Index: pkgsrc/lang/perl5/packlist.mk diff -u pkgsrc/lang/perl5/packlist.mk:1.19 pkgsrc/lang/perl5/packlist.mk:1.20 --- pkgsrc/lang/perl5/packlist.mk:1.19 Thu Nov 13 17:48:59 2014 +++ pkgsrc/lang/perl5/packlist.mk Sun Jan 7 11:40:57 2018 @@ -1,4 +1,4 @@ -# $NetBSD: packlist.mk,v 1.19 2014/11/13 17:48:59 tron Exp $ +# $NetBSD: packlist.mk,v 1.20 2018/01/07 11:40:57 rillig Exp $ # # This Makefile fragment is intended to be included by packages that # create packlist files. This file is automatically included by @@ -11,12 +11,16 @@ # When set to "yes" (the default), automatically generates the # PLIST for the pkgsrc package from the Perl packlist. # -# PERL5_PACKLIST_DIR "install*arch" directory under which packlist -# files are installed; defaults to -# ${PERL5_INSTALLVENDORARCH}. +# PERL5_PACKLIST_DIR +# The "install*arch" directory under which packlist files are +# installed. Only needs to be overridden in very special cases. # -# PERL5_PACKLIST list of packlist files relative to -# ${PERL5_PACKLIST_DIR}. +# Default: ${PERL5_INSTALLVENDORARCH} +# +# PERL5_PACKLIST +# The list of packlist files relative to ${PERL5_PACKLIST_DIR}. +# +# Example: .auto/Text/Trim/.packlist .if !defined(_PERL5_PACKLIST_MK) _PERL5_PACKLIST_MK= # defined --_----------=_1515325257198010--