summaryrefslogtreecommitdiff
path: root/www/p5-VRML
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 /www/p5-VRML
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 'www/p5-VRML')
-rw-r--r--www/p5-VRML/Makefile7
-rw-r--r--www/p5-VRML/pkg/PLIST21
2 files changed, 5 insertions, 23 deletions
diff --git a/www/p5-VRML/Makefile b/www/p5-VRML/Makefile
index 80ac332be0b..f914ca4a04f 100644
--- a/www/p5-VRML/Makefile
+++ b/www/p5-VRML/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1999/12/28 12:57:18 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2000/08/27 07:11:25 jlam Exp $
#
DISTNAME= VRML-1.04
@@ -9,9 +9,10 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=VRML/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gfz-potsdam.de/~palm/software/VRML/doc/VRML.pm.html
-USE_PERL5= YES
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/VRML/.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-VRML/pkg/PLIST b/www/p5-VRML/pkg/PLIST
index 0052d8efef1..fc7d9a7adfe 100644
--- a/www/p5-VRML/pkg/PLIST
+++ b/www/p5-VRML/pkg/PLIST
@@ -1,20 +1 @@
-@comment $NetBSD: PLIST,v 1.2 2000/04/20 04:08:54 mbw Exp $
-lib/perl5/site_perl/VRML/Color.pm
-lib/perl5/site_perl/VRML/VRML1/Standard.pm
-lib/perl5/site_perl/VRML/VRML1.pm
-lib/perl5/site_perl/VRML/VRML2/Standard.pm
-lib/perl5/site_perl/VRML/VRML2.pm
-lib/perl5/site_perl/VRML/Base.pm
-lib/perl5/site_perl/VRML.pm
-lib/perl5/man/man3/VRML::Color.3
-lib/perl5/man/man3/VRML.3
-lib/perl5/man/man3/VRML::VRML1.3
-lib/perl5/man/man3/VRML::VRML1::Standard.3
-lib/perl5/man/man3/VRML::Base.3
-lib/perl5/man/man3/VRML::VRML2.3
-lib/perl5/man/man3/VRML::VRML2::Standard.3
-lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/VRML/.packlist
-@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/VRML
-@dirrm lib/perl5/site_perl/VRML/VRML1
-@dirrm lib/perl5/site_perl/VRML/VRML2
-@dirrm lib/perl5/site_perl/VRML
+@comment $NetBSD: PLIST,v 1.3 2000/08/27 07:11:25 jlam Exp $