summaryrefslogtreecommitdiff
path: root/www/p5-HTML-Parser
diff options
context:
space:
mode:
authorjlam <jlam>2000-08-27 07:10:59 +0000
committerjlam <jlam>2000-08-27 07:10:59 +0000
commit6b651933b95c6a21e0e7629f5183e1492bb71903 (patch)
treefd4f0178e134e50e9dc8acc6e016d62c645457cf /www/p5-HTML-Parser
parentc861cb3db8ffcd7b9fa94be5348a80b681bcff64 (diff)
downloadpkgsrc-6b651933b95c6a21e0e7629f5183e1492bb71903.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 'www/p5-HTML-Parser')
-rw-r--r--www/p5-HTML-Parser/Makefile7
-rw-r--r--www/p5-HTML-Parser/pkg/PLIST19
2 files changed, 5 insertions, 21 deletions
diff --git a/www/p5-HTML-Parser/Makefile b/www/p5-HTML-Parser/Makefile
index b51f93e8dce..a66ab807098 100644
--- a/www/p5-HTML-Parser/Makefile
+++ b/www/p5-HTML-Parser/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2000/07/03 09:17:55 mjl Exp $
+# $NetBSD: Makefile,v 1.6 2000/08/27 07:11:25 jlam Exp $
#
DISTNAME= HTML-Parser-3.10
@@ -8,9 +8,10 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
MAINTAINER= packages@netbsd.org
-USE_PERL5= YES
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/HTML/Parser/.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/www/p5-HTML-Parser/pkg/PLIST b/www/p5-HTML-Parser/pkg/PLIST
index 597b200dc3f..02d7b968a18 100644
--- a/www/p5-HTML-Parser/pkg/PLIST
+++ b/www/p5-HTML-Parser/pkg/PLIST
@@ -1,18 +1 @@
-@comment $NetBSD: PLIST,v 1.3 2000/07/03 09:17:56 mjl Exp $
-lib/perl5/man/man3/HTML::Parser.3
-lib/perl5/man/man3/HTML::Entities.3
-lib/perl5/man/man3/HTML::Filter.3
-lib/perl5/man/man3/HTML::HeadParser.3
-lib/perl5/man/man3/HTML::TokeParser.3
-lib/perl5/man/man3/HTML::LinkExtor.3
-lib/perl5/site_perl/HTML/Parser.pm
-lib/perl5/site_perl/HTML/Entities.pm
-lib/perl5/site_perl/HTML/Filter.pm
-lib/perl5/site_perl/HTML/HeadParser.pm
-lib/perl5/site_perl/HTML/LinkExtor.pm
-lib/perl5/site_perl/HTML/TokeParser.pm
-lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/HTML/Parser/.packlist
-lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/HTML/Parser/Parser.bs
-lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/HTML/Parser/Parser.so
-@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/HTML/Parser
-@dirrm lib/perl5/site_perl/HTML
+@comment $NetBSD: PLIST,v 1.4 2000/08/27 07:11:25 jlam Exp $