pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/perl5 Oops, forgot to add a default value for PER...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8eb8e73f4900
branches:  trunk
changeset: 523907:8eb8e73f4900
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Jan 15 05:36:04 2007 +0000

description:
Oops, forgot to add a default value for PERL5_USE_PACKLIST and to test
the change at all.

diffstat:

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

diffs (17 lines):

diff -r a56a6250e158 -r 8eb8e73f4900 lang/perl5/packlist.mk
--- a/lang/perl5/packlist.mk    Mon Jan 15 05:32:40 2007 +0000
+++ b/lang/perl5/packlist.mk    Mon Jan 15 05:36:04 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: packlist.mk,v 1.11 2007/01/15 05:32:04 rillig Exp $
+# $NetBSD: packlist.mk,v 1.12 2007/01/15 05:36:04 rillig Exp $
 #
 # This Makefile fragment is intended to be included by packages that
 # create packlist files.  This file is automatically included by
@@ -23,6 +23,7 @@
 
 .include "../../mk/bsd.prefs.mk"
 
+PERL5_USE_PACKLIST?=   yes
 .if !empty(PERL5_USE_PACKLIST:M[Yy][Ee][Ss])
 # XXX: still experimental, but many packages already work
 #PERL5_PACKLIST?=      auto/${DISTNAME:C/-[0-9].*$//:C,-,/,g}/.packlist



Home | Main Index | Thread Index | Old Index