summaryrefslogtreecommitdiff
path: root/graphics/p5-GD
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-08-27 07:10:59 +0000
committerjlam <jlam@pkgsrc.org>2000-08-27 07:10:59 +0000
commit18cba9d7fa4ef20bc11b28b998233dddeb7ae32d (patch)
treefd4f0178e134e50e9dc8acc6e016d62c645457cf /graphics/p5-GD
parent81bbfb25563e0e7d2f441eff32793eb50b7549e4 (diff)
downloadpkgsrc-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-GD')
-rw-r--r--graphics/p5-GD/Makefile7
-rw-r--r--graphics/p5-GD/pkg/PLIST10
2 files changed, 5 insertions, 12 deletions
diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile
index ee09ca3e3be..f39d3c42c2f 100644
--- a/graphics/p5-GD/Makefile
+++ b/graphics/p5-GD/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2000/07/14 08:53:13 rh Exp $
+# $NetBSD: Makefile,v 1.6 2000/08/27 07:11:12 jlam Exp $
#
DISTNAME= GD-1.30
@@ -11,9 +11,10 @@ HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/GD/GD.html
DEPENDS+= gd>=1.8.3:../../graphics/gd
-USE_PERL5= yes
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/GD/.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-GD/pkg/PLIST b/graphics/p5-GD/pkg/PLIST
index 82bf2dbb332..d20c409d764 100644
--- a/graphics/p5-GD/pkg/PLIST
+++ b/graphics/p5-GD/pkg/PLIST
@@ -1,9 +1 @@
-@comment $NetBSD: PLIST,v 1.2 1999/09/03 17:35:21 kim Exp $
-lib/perl5/man/man3/GD.3
-lib/perl5/site_perl/GD.pm
-lib/perl5/site_perl/auto/GD/autosplit.ix
-lib/perl5/site_perl/qd.pl
-lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/GD/.packlist
-lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/GD/GD.bs
-lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/GD/GD.so
-@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/GD
+@comment $NetBSD: PLIST,v 1.3 2000/08/27 07:11:12 jlam Exp $