summaryrefslogtreecommitdiff
path: root/devel/p5-Devel-SmallProf
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 /devel/p5-Devel-SmallProf
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 'devel/p5-Devel-SmallProf')
-rw-r--r--devel/p5-Devel-SmallProf/Makefile9
-rw-r--r--devel/p5-Devel-SmallProf/pkg/PLIST6
2 files changed, 6 insertions, 9 deletions
diff --git a/devel/p5-Devel-SmallProf/Makefile b/devel/p5-Devel-SmallProf/Makefile
index 9a26c6419f6..2dbc4444504 100644
--- a/devel/p5-Devel-SmallProf/Makefile
+++ b/devel/p5-Devel-SmallProf/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 1999/04/15 20:39:41 tron Exp $
+# $NetBSD: Makefile,v 1.3 2000/08/27 07:11:05 jlam Exp $
#
DISTNAME= Devel-SmallProf-0.5
-PKGNAME= p5-Devel-SmallProf-0.5
+PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
@@ -10,9 +10,10 @@ MAINTAINER= bad@netbsd.org
DEPENDS= p5-Time-HiRes-01.19:../../devel/p5-Time-HiRes
-USE_PERL5= yes
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Devel/SmallProf/.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/devel/p5-Devel-SmallProf/pkg/PLIST b/devel/p5-Devel-SmallProf/pkg/PLIST
index b6229c9afb5..bc49ec86974 100644
--- a/devel/p5-Devel-SmallProf/pkg/PLIST
+++ b/devel/p5-Devel-SmallProf/pkg/PLIST
@@ -1,5 +1 @@
-@comment $NetBSD: PLIST,v 1.2 1999/04/08 18:51:51 agc Exp $
-lib/perl5/man/man3/Devel::SmallProf.3
-lib/perl5/site_perl/Devel/SmallProf.pm
-lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Devel/SmallProf/.packlist
-@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Devel/SmallProf
+@comment $NetBSD: PLIST,v 1.3 2000/08/27 07:11:05 jlam Exp $