pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/perl5 Make the _PERL5_PACKLIST_MANPAGE_RE pattern...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/024e1cb15654
branches:  trunk
changeset: 599815:024e1cb15654
user:      sbd <sbd%pkgsrc.org@localhost>
date:      Tue Feb 21 06:49:21 2012 +0000

description:
Make the _PERL5_PACKLIST_MANPAGE_RE pattern match the
_PLIST_REGEXP.man pattern.

diffstat:

 lang/perl5/packlist.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9a98c83c4396 -r 024e1cb15654 lang/perl5/packlist.mk
--- a/lang/perl5/packlist.mk    Tue Feb 21 06:40:01 2012 +0000
+++ b/lang/perl5/packlist.mk    Tue Feb 21 06:49:21 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: packlist.mk,v 1.17 2010/08/27 16:34:03 tron Exp $
+# $NetBSD: packlist.mk,v 1.18 2012/02/21 06:49:21 sbd Exp $
 #
 # This Makefile fragment is intended to be included by packages that
 # create packlist files.  This file is automatically included by
@@ -91,7 +91,7 @@
 ###
 
 _PERL5_PACKLIST_MANPAGE_RE=    \
-       ^(\/[^ \/]*)+\/(man[1-9ln]\/[^ \/]*\.[1-9ln]|cat[1-9ln]\/[^ \/]*\.[0-9])
+  ^(\/[^ \/]*)+\/(man[1-9ln]\/[^ \/]*\.[1-9ln]|cat[1-9ln]\/[^ \/]*\.[0-9])(\.gz)?$$
 
 _PERL5_PACKLIST_AWK_STRIP_MANZ=                                                \
        /${_PERL5_PACKLIST_MANPAGE_RE}\.gz/                             \



Home | Main Index | Thread Index | Old Index