diff options
author | sbd <sbd@pkgsrc.org> | 2012-02-21 06:49:21 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-02-21 06:49:21 +0000 |
commit | e3219e1008bc9957a53071cbf0d4c14889d056d2 (patch) | |
tree | 3a7dc21a2a33251acd52050fb9becff6e0ef641d /lang/perl5 | |
parent | 0a4b112af6da921a350c2e311b735a652fdc25ec (diff) | |
download | pkgsrc-e3219e1008bc9957a53071cbf0d4c14889d056d2.tar.gz |
Make the _PERL5_PACKLIST_MANPAGE_RE pattern match the
_PLIST_REGEXP.man pattern.
Diffstat (limited to 'lang/perl5')
-rw-r--r-- | lang/perl5/packlist.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl5/packlist.mk b/lang/perl5/packlist.mk index 2db3c01595b..1a4bfda0308 100644 --- a/lang/perl5/packlist.mk +++ b/lang/perl5/packlist.mk @@ -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_AWK_STRIP_DESTDIR= ### _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/ \ |