diff options
Diffstat (limited to 'devel/p5-Storable/Makefile')
-rw-r--r-- | devel/p5-Storable/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Storable/Makefile b/devel/p5-Storable/Makefile index ca623821e87..1d1cc721164 100644 --- a/devel/p5-Storable/Makefile +++ b/devel/p5-Storable/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/04/11 21:45:35 tv Exp $ +# $NetBSD: Makefile,v 1.21 2005/07/13 18:01:28 jlam Exp $ DISTNAME= Storable-2.13 PKGNAME= p5-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= Perl extension module for persistent data storage PKG_INSTALLATION_TYPES= overwrite pkgviews -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Storable/.packlist +PERL5_PACKLIST= auto/Storable/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |