diff options
author | jlam <jlam> | 2000-08-27 07:10:59 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-08-27 07:10:59 +0000 |
commit | 97e1b0acc462290dc20dc517f0b889e311c2da32 (patch) | |
tree | fd4f0178e134e50e9dc8acc6e016d62c645457cf /devel/p5-IO-stringy | |
parent | 03f62e3f3dab9a9dfcfc2bb15ccd59d37f570723 (diff) | |
download | pkgsrc-97e1b0acc462290dc20dc517f0b889e311c2da32.tar.gz |
Convert packages to use PERL5_PACKLIST (part 1). These were the easy
ones to do, and each compiled and installed/de-installed apparently
correctly.
As a side effect of the dynamic PLIST, we no longer need to have separate
-static and -shared PLISTs. It's now easier than ever to make a perl5
package for NetBSD :)
Diffstat (limited to 'devel/p5-IO-stringy')
-rw-r--r-- | devel/p5-IO-stringy/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-IO-stringy/pkg/PLIST | 19 |
2 files changed, 5 insertions, 21 deletions
diff --git a/devel/p5-IO-stringy/Makefile b/devel/p5-IO-stringy/Makefile index ef375576fb1..25808ea31a2 100644 --- a/devel/p5-IO-stringy/Makefile +++ b/devel/p5-IO-stringy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/07/16 01:13:33 mjl Exp $ +# $NetBSD: Makefile,v 1.5 2000/08/27 07:11:07 jlam Exp $ # DISTNAME= IO-stringy-1.212 @@ -8,9 +8,10 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} MAINTAINER= packages@netbsd.org -USE_PERL5= YES +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/IO-stringy/.packlist do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-IO-stringy/pkg/PLIST b/devel/p5-IO-stringy/pkg/PLIST index a26a7fb2c8e..de8b3970df2 100644 --- a/devel/p5-IO-stringy/pkg/PLIST +++ b/devel/p5-IO-stringy/pkg/PLIST @@ -1,18 +1 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/12/03 08:27:29 rh Exp $ -lib/perl5/site_perl/IO/Stringy.pm -lib/perl5/site_perl/IO/Wrap.pm -lib/perl5/site_perl/IO/Lines.pm -lib/perl5/site_perl/IO/WrapTie.pm -lib/perl5/site_perl/IO/ScalarArray.pm -lib/perl5/site_perl/IO/AtomicFile.pm -lib/perl5/site_perl/IO/Scalar.pm -lib/perl5/man/man3/IO::Stringy.3 -lib/perl5/man/man3/IO::Wrap.3 -lib/perl5/man/man3/IO::Lines.3 -lib/perl5/man/man3/IO::WrapTie.3 -lib/perl5/man/man3/IO::AtomicFile.3 -lib/perl5/man/man3/IO::ScalarArray.3 -lib/perl5/man/man3/IO::Scalar.3 -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/IO-stringy/.packlist -@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/IO-stringy -@dirrm lib/perl5/site_perl/IO +@comment $NetBSD: PLIST,v 1.2 2000/08/27 07:11:07 jlam Exp $ |