diff options
author | sno <sno@pkgsrc.org> | 2014-02-16 20:58:12 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2014-02-16 20:58:12 +0000 |
commit | a3054a7e8c0818e73e802cceea0a508c41303032 (patch) | |
tree | 2f431dbeff54133eea15d6e2a91abc27687e6b6f /devel | |
parent | ea30f86321326b44c14a88c5e2db705429c59784 (diff) | |
download | pkgsrc-a3054a7e8c0818e73e802cceea0a508c41303032.tar.gz |
Adjust path of .packlist file
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Scalar-List-Utils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Scalar-List-Utils/Makefile b/devel/p5-Scalar-List-Utils/Makefile index 264bcfae852..4c086bf7fd8 100644 --- a/devel/p5-Scalar-List-Utils/Makefile +++ b/devel/p5-Scalar-List-Utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2014/02/16 19:30:35 sno Exp $ +# $NetBSD: Makefile,v 1.28 2014/02/16 20:58:12 sno Exp $ # DISTNAME= Scalar-List-Utils-1.38 @@ -14,7 +14,7 @@ LICENSE= ${PERL5_LICENSE} USE_LANGUAGES= c -PERL5_PACKLIST= auto/Scalar/List/Utils/.packlist +PERL5_PACKLIST= auto/List/Util/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |