diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2014-07-31 07:53:22 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2014-07-31 07:53:22 +0000 |
commit | 8f8de0d2a57ff0323863ab28461530791afd9149 (patch) | |
tree | 17fa61f7c9d21f5aa0af924a845680227f2c309e /devel/p5-OOTools | |
parent | 388fc02bf71e1a7fc689c8aa0c7e6331b3544832 (diff) | |
download | pkgsrc-8f8de0d2a57ff0323863ab28461530791afd9149.tar.gz |
Fixed path to .packlist.
Diffstat (limited to 'devel/p5-OOTools')
-rw-r--r-- | devel/p5-OOTools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-OOTools/Makefile b/devel/p5-OOTools/Makefile index 4b1e47a4b71..c73e16d1817 100644 --- a/devel/p5-OOTools/Makefile +++ b/devel/p5-OOTools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2014/07/31 07:45:15 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.16 2014/07/31 07:53:22 hiramatsu Exp $ DISTNAME= OOTools-2.3 PKGNAME= p5-${DISTNAME}0 @@ -13,7 +13,7 @@ LICENSE= ${PERL5_LICENSE} PKG_INSTALLATION_TYPES= overwrite pkgviews -PERL5_PACKLIST= auto/OOTools/.packlist +PERL5_PACKLIST= auto/Class/props/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |