summaryrefslogtreecommitdiff
path: root/www/p5-FCGI/Makefile
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-FCGI/Makefile
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-FCGI/Makefile')
-rw-r--r--www/p5-FCGI/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/p5-FCGI/Makefile b/www/p5-FCGI/Makefile
index 434b606ae04..ec56ac4ed21 100644
--- a/www/p5-FCGI/Makefile
+++ b/www/p5-FCGI/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1999/12/01 16:39:32 rh Exp $
+# $NetBSD: Makefile,v 1.4 2000/08/27 07:11:24 jlam Exp $
#
DISTNAME= FCGI-0.48
@@ -9,9 +9,10 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=FCGI/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.fastcgi.com/
-USE_PERL5= YES
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/FCGI/.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"