diff options
author | jlam <jlam@pkgsrc.org> | 2000-08-27 07:10:59 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-08-27 07:10:59 +0000 |
commit | 18cba9d7fa4ef20bc11b28b998233dddeb7ae32d (patch) | |
tree | fd4f0178e134e50e9dc8acc6e016d62c645457cf /graphics/p5-GDGraph | |
parent | 81bbfb25563e0e7d2f441eff32793eb50b7549e4 (diff) | |
download | pkgsrc-18cba9d7fa4ef20bc11b28b998233dddeb7ae32d.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 'graphics/p5-GDGraph')
-rw-r--r-- | graphics/p5-GDGraph/Makefile | 7 | ||||
-rw-r--r-- | graphics/p5-GDGraph/pkg/PLIST | 24 |
2 files changed, 5 insertions, 26 deletions
diff --git a/graphics/p5-GDGraph/Makefile b/graphics/p5-GDGraph/Makefile index 54465a49ece..127b80fac03 100644 --- a/graphics/p5-GDGraph/Makefile +++ b/graphics/p5-GDGraph/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/07/16 20:24:42 rh Exp $ +# $NetBSD: Makefile,v 1.2 2000/08/27 07:11:12 jlam Exp $ # DISTNAME= GDGraph-1.32 @@ -11,9 +11,10 @@ HOMEPAGE= http://theoryx5.uwinnipeg.ca/CPAN/data/GDGraph/Graph.html DEPENDS+= p5-GDTextUtil>=0.75:../../graphics/p5-GDTextUtil -USE_PERL5= yes +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/GD/Graph/.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/graphics/p5-GDGraph/pkg/PLIST b/graphics/p5-GDGraph/pkg/PLIST index 22d4d4951e9..b31ae52f582 100644 --- a/graphics/p5-GDGraph/pkg/PLIST +++ b/graphics/p5-GDGraph/pkg/PLIST @@ -1,23 +1 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/07/16 20:24:42 rh Exp $ - -lib/perl5/site_perl/GD/Graph/colour.pm -lib/perl5/site_perl/GD/Graph/mixed.pm -lib/perl5/site_perl/GD/Graph/bars.pm -lib/perl5/site_perl/GD/Graph/linespoints.pm -lib/perl5/site_perl/GD/Graph/area.pm -lib/perl5/site_perl/GD/Graph/Error.pm -lib/perl5/site_perl/GD/Graph/Data.pm -lib/perl5/site_perl/GD/Graph/lines.pm -lib/perl5/site_perl/GD/Graph/points.pm -lib/perl5/site_perl/GD/Graph/FAQ.pod -lib/perl5/site_perl/GD/Graph/pie.pm -lib/perl5/site_perl/GD/Graph/utils.pm -lib/perl5/site_perl/GD/Graph/axestype.pm -lib/perl5/site_perl/GD/Graph.pm -lib/perl5/man/man3/GD::Graph::colour.3 -lib/perl5/man/man3/GD::Graph::FAQ.3 -lib/perl5/man/man3/GD::Graph.3 -lib/perl5/man/man3/GD::Graph::Data.3 -lib/perl5/man/man3/GD::Graph::Error.3 -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/GD/Graph/.packlist -@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/GD/Graph +@comment $NetBSD: PLIST,v 1.2 2000/08/27 07:11:12 jlam Exp $ |