pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/perl5
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.
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
Home |
Main Index |
Thread Index |
Old Index