diff options
author | seb <seb> | 2003-09-17 16:52:09 +0000 |
---|---|---|
committer | seb <seb> | 2003-09-17 16:52:09 +0000 |
commit | 5dd41227b8e3e8aca81ba0e4b58240db24eccdad (patch) | |
tree | d52404d3025632cfdb969e6f1812711838946072 /devel | |
parent | 1008a741330670ab5f454e00f4f3cca321d81cec (diff) | |
download | pkgsrc-5dd41227b8e3e8aca81ba0e4b58240db24eccdad.tar.gz |
Fix binary package: use PERL5_SITEARCH instead of PERL5_ARCHLIB for the
packlist.
Diffstat (limited to 'devel')
-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 5eb77fde8db..e03eb7f594e 100644 --- a/devel/p5-Storable/Makefile +++ b/devel/p5-Storable/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2003/07/17 21:32:48 grant Exp $ +# $NetBSD: Makefile,v 1.14 2003/09/17 16:52:10 seb Exp $ DISTNAME= Storable-2.06 PKGNAME= p5-${DISTNAME} @@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org COMMENT= Perl extension module for persistent data storage USE_BUILDLINK2= YES -PERL5_PACKLIST= ${PERL5_ARCHLIB}/auto/Storable/.packlist +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Storable/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |