diff options
author | bouyer <bouyer@pkgsrc.org> | 2015-06-24 18:07:45 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2015-06-24 18:07:45 +0000 |
commit | b2ce0b13ed303d170b187d6b69b90aa8c413d7ba (patch) | |
tree | 560a432a339b4a433d1993c3b9877fef0c2907da /net/p5-FusionInventory-Agent | |
parent | 9ad9d25c57ac3a9335c06b4ee776ace6252a4617 (diff) | |
download | pkgsrc-b2ce0b13ed303d170b187d6b69b90aa8c413d7ba.tar.gz |
Add a missing PERL5_PACKLIST entry, should fix build with new perl
Diffstat (limited to 'net/p5-FusionInventory-Agent')
-rw-r--r-- | net/p5-FusionInventory-Agent/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/p5-FusionInventory-Agent/Makefile b/net/p5-FusionInventory-Agent/Makefile index 71e20002b2c..95ac04841e6 100644 --- a/net/p5-FusionInventory-Agent/Makefile +++ b/net/p5-FusionInventory-Agent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2015/06/12 10:50:44 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2015/06/24 18:07:45 bouyer Exp $ # DISTNAME= FusionInventory-Agent-2.2.7 @@ -34,6 +34,8 @@ DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception DEPENDS+= p5-Test-MockModule-[0-9]*:../../devel/p5-Test-MockModule DEPENDS+= p5-YAML-[0-9]*:../../textproc/p5-YAML +PERL5_PACKLIST= auto/FusionInventory/Agent/.packlist + PERL5_MODULE_TYPE= Module::Install::Bundled MAKE_PARAMS+= PREFIX=${PREFIX} LOCALSTATEDIR=${VARBASE}/fusioninventory |