summaryrefslogtreecommitdiff
path: root/graphics/p5-GDTextUtil
diff options
context:
space:
mode:
authorjlam <jlam>2000-08-27 07:10:59 +0000
committerjlam <jlam>2000-08-27 07:10:59 +0000
commit97e1b0acc462290dc20dc517f0b889e311c2da32 (patch)
treefd4f0178e134e50e9dc8acc6e016d62c645457cf /graphics/p5-GDTextUtil
parent03f62e3f3dab9a9dfcfc2bb15ccd59d37f570723 (diff)
downloadpkgsrc-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 'graphics/p5-GDTextUtil')
-rw-r--r--graphics/p5-GDTextUtil/Makefile7
-rw-r--r--graphics/p5-GDTextUtil/pkg/PLIST11
2 files changed, 5 insertions, 13 deletions
diff --git a/graphics/p5-GDTextUtil/Makefile b/graphics/p5-GDTextUtil/Makefile
index 5b049d9a4f9..b21017e2b2e 100644
--- a/graphics/p5-GDTextUtil/Makefile
+++ b/graphics/p5-GDTextUtil/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/07/16 20:17:39 rh Exp $
+# $NetBSD: Makefile,v 1.2 2000/08/27 07:11:12 jlam Exp $
#
DISTNAME= GDTextUtil-0.75
@@ -11,9 +11,10 @@ HOMEPAGE= http://theoryx5.uwinnipeg.ca/CPAN/data/GDTextUtil/Text.html
DEPENDS+= p5-GD>=1.30:../../graphics/p5-GD
-USE_PERL5= yes
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/GD/Text/.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-GDTextUtil/pkg/PLIST b/graphics/p5-GDTextUtil/pkg/PLIST
index 1aaa8906cba..b31ae52f582 100644
--- a/graphics/p5-GDTextUtil/pkg/PLIST
+++ b/graphics/p5-GDTextUtil/pkg/PLIST
@@ -1,10 +1 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2000/07/16 20:17:40 rh Exp $
-
-lib/perl5/site_perl/GD/Text.pm
-lib/perl5/site_perl/GD/Text/Align.pm
-lib/perl5/site_perl/GD/Text/Wrap.pm
-lib/perl5/man/man3/GD::Text::Align.3
-lib/perl5/man/man3/GD::Text.3
-lib/perl5/man/man3/GD::Text::Wrap.3
-lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/GD/Text/.packlist
-@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/GD/Text
+@comment $NetBSD: PLIST,v 1.2 2000/08/27 07:11:12 jlam Exp $