pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/perl5 Don't append ".gz" to the filenames of Perl...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3a5b96fa2361
branches: trunk
changeset: 641634:3a5b96fa2361
user: tron <tron%pkgsrc.org@localhost>
date: Thu Nov 13 17:48:59 2014 +0000
description:
Don't append ".gz" to the filenames of Perl manual page that are already
compress. This fixes the build of e.g. the "p5-YAML-LibYAML" package
if "MANZ" is set.
diffstat:
lang/perl5/packlist.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r afe59fad9e7d -r 3a5b96fa2361 lang/perl5/packlist.mk
--- a/lang/perl5/packlist.mk Thu Nov 13 17:06:27 2014 +0000
+++ b/lang/perl5/packlist.mk Thu Nov 13 17:48:59 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: packlist.mk,v 1.18 2012/02/21 06:49:21 sbd Exp $
+# $NetBSD: packlist.mk,v 1.19 2014/11/13 17:48:59 tron 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])(\.gz)?$$
+ ^(\/[^ \/]*)+\/(man[1-9ln]\/[^ \/]*\.[1-9ln]|cat[1-9ln]\/[^ \/]*\.[0-9])$$
_PERL5_PACKLIST_AWK_STRIP_MANZ= \
/${_PERL5_PACKLIST_MANPAGE_RE}\.gz/ \
Home |
Main Index |
Thread Index |
Old Index