summaryrefslogtreecommitdiff
path: root/www/checkbot
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/checkbot
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/checkbot')
-rw-r--r--www/checkbot/Makefile7
-rw-r--r--www/checkbot/pkg/PLIST6
2 files changed, 5 insertions, 8 deletions
diff --git a/www/checkbot/Makefile b/www/checkbot/Makefile
index 0f17a0f816a..93d3b1f2311 100644
--- a/www/checkbot/Makefile
+++ b/www/checkbot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/05/16 19:36:46 abs Exp $
+# $NetBSD: Makefile,v 1.3 2000/08/27 07:11:24 jlam Exp $
#
DISTNAME= checkbot-1.60
@@ -13,9 +13,10 @@ DEPENDS+= p5-Net-*:../../net/p5-Net
DEPENDS+= p5-URI-*:../../www/p5-URI
DEPENDS+= p5-libwww-*:../../www/p5-libwww
-USE_PERL5= YES
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/checkbot/.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/checkbot/pkg/PLIST b/www/checkbot/pkg/PLIST
index 62521083bef..65e178df182 100644
--- a/www/checkbot/pkg/PLIST
+++ b/www/checkbot/pkg/PLIST
@@ -1,5 +1 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2000/04/06 15:50:30 kim Exp $
-bin/checkbot
-man/man1/checkbot.1
-lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/checkbot/.packlist
-@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/checkbot
+@comment $NetBSD: PLIST,v 1.2 2000/08/27 07:11:24 jlam Exp $