summaryrefslogtreecommitdiff
path: root/www/p5-VRML/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-VRML/Makefile')
-rw-r--r--www/p5-VRML/Makefile7
1 files changed, 4 insertions, 3 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"