diff options
author | rillig <rillig@pkgsrc.org> | 2007-01-15 05:36:04 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-01-15 05:36:04 +0000 |
commit | ab16c915da4de3ce150c7067d53594eb654f8826 (patch) | |
tree | f1a08513ebe79dbf04ca013a9c39c24e34815a64 /lang/perl5/packlist.mk | |
parent | 03f6bb3bd741ff096a4236bc9ef894cc86e3af31 (diff) | |
download | pkgsrc-ab16c915da4de3ce150c7067d53594eb654f8826.tar.gz |
Oops, forgot to add a default value for PERL5_USE_PACKLIST and to test
the change at all.
Diffstat (limited to 'lang/perl5/packlist.mk')
-rw-r--r-- | lang/perl5/packlist.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/perl5/packlist.mk b/lang/perl5/packlist.mk index 6c6db6fc527..f6472374462 100644 --- a/lang/perl5/packlist.mk +++ b/lang/perl5/packlist.mk @@ -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 @@ _PERL5_PACKLIST_MK= # defined .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 |