diff options
author | skrll <skrll> | 2002-06-19 07:36:27 +0000 |
---|---|---|
committer | skrll <skrll> | 2002-06-19 07:36:27 +0000 |
commit | f22a7d3b5d77f81bd954ed7b8c02c3c98c3679d6 (patch) | |
tree | 54bd31a764dd9d762ba5dc55fa2edebb8ed41470 /devel/p5-Storable | |
parent | 35461d40a9932b5f742b3d8a1a24b3d2a1c0bb33 (diff) | |
download | pkgsrc-f22a7d3b5d77f81bd954ed7b8c02c3c98c3679d6.tar.gz |
Fix the PLIST - from Andrew Brown.
Diffstat (limited to 'devel/p5-Storable')
-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 5ad8df8f112..dd521d98ff0 100644 --- a/devel/p5-Storable/Makefile +++ b/devel/p5-Storable/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/06/10 02:40:07 shell Exp $ +# $NetBSD: Makefile,v 1.9 2002/06/19 07:36:27 skrll Exp $ DISTNAME= Storable-2.04 PKGNAME= p5-${DISTNAME} @@ -10,7 +10,7 @@ MAINTAINER= packages@netbsd.org COMMENT= Perl extension module for persistent data storage USE_BUILDLINK_ONLY= YES -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Storable/.packlist +PERL5_PACKLIST= ${PERL5_ARCHLIB}/auto/Storable/.packlist do-configure: @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL |