Fix the PLIST - from Andrew Brown.
This commit is contained in:
parent
e524caa7e4
commit
176711aca7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue