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:           Thu Jan 18 23:49:33 UTC 2024

Modified Files:
        pkgsrc/lang/perl5: packlist.mk

Log Message:
lang/perl5: add show-all-perl5-packlist target for debugging


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 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/packlist.mk
diff -u pkgsrc/lang/perl5/packlist.mk:1.23 pkgsrc/lang/perl5/packlist.mk:1.24
--- pkgsrc/lang/perl5/packlist.mk:1.23  Fri May  5 23:00:27 2023
+++ pkgsrc/lang/perl5/packlist.mk       Thu Jan 18 23:49:32 2024
@@ -1,4 +1,4 @@
-# $NetBSD: packlist.mk,v 1.23 2023/05/05 23:00:27 jperkin Exp $
+# $NetBSD: packlist.mk,v 1.24 2024/01/18 23:49:32 rillig Exp $
 #
 # This Makefile fragment is intended to be included by packages that
 # create packlist files.  This file is automatically included by
@@ -126,4 +126,22 @@ perl-packlist:
                ${MV} -f $$file.new $$file;                             \
        done
 
+_VARGROUPS+=   perl5-packlist
+_PKG_VARS.perl5-packlist= \
+       PERL5_USE_PACKLIST PERL5_PACKLIST
+_DEF_VARS.perl5-packlist= \
+       PERL5_PACKLIST_DESTDIR PERL5_PACKLIST_DIR \
+       INSTALL_TEMPLATES DEINSTALL_TEMPLATES \
+       PERL5_GENERATE_PLIST GENERATE_PLIST \
+       _PERL5_REAL_PACKLIST _PERL5_PACKLIST
+_USE_VARS.perl5-packlist= \
+       PERL5_INSTALLVENDORARCH DESTDIR PREFIX \
+       _MANZ
+_IGN_VARS.perl5-packlist= \
+       .CURDIR FILES_SUBST \
+       _PERL5_PACKLIST_AWK_* \
+       _PERL5_PACKLIST_MANPAGE_RE
+_SORTED_VARS.perl5-packlist= \
+       FILES_SUBST
+
 .endif # _PERL5_PACKLIST_MK



Home | Main Index | Thread Index | Old Index