diff options
author | jlam <jlam@pkgsrc.org> | 2000-08-27 07:10:59 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-08-27 07:10:59 +0000 |
commit | 18cba9d7fa4ef20bc11b28b998233dddeb7ae32d (patch) | |
tree | fd4f0178e134e50e9dc8acc6e016d62c645457cf /devel/p5-Data-ShowTable | |
parent | 81bbfb25563e0e7d2f441eff32793eb50b7549e4 (diff) | |
download | pkgsrc-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 'devel/p5-Data-ShowTable')
-rw-r--r-- | devel/p5-Data-ShowTable/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-Data-ShowTable/pkg/PLIST | 9 |
2 files changed, 5 insertions, 11 deletions
diff --git a/devel/p5-Data-ShowTable/Makefile b/devel/p5-Data-ShowTable/Makefile index 22e365e7d6f..aec9a748f05 100644 --- a/devel/p5-Data-ShowTable/Makefile +++ b/devel/p5-Data-ShowTable/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/06/10 15:30:29 bad Exp $ +# $NetBSD: Makefile,v 1.2 2000/08/27 07:11:02 jlam Exp $ # DISTNAME= Data-ShowTable-3.3 @@ -8,9 +8,10 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/} MAINTAINER= bad@netbsd.org -USE_PERL5= yes +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Data/ShowTable/.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-Data-ShowTable/pkg/PLIST b/devel/p5-Data-ShowTable/pkg/PLIST index 6519980b7c1..c29fb65575f 100644 --- a/devel/p5-Data-ShowTable/pkg/PLIST +++ b/devel/p5-Data-ShowTable/pkg/PLIST @@ -1,8 +1 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/06/10 15:30:30 bad Exp $ -bin/showtable -lib/perl5/man/man3/Data::ShowTable.3 -lib/perl5/site_perl/Data/ShowTable.pm -man/man1/showtable.1 -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Data/ShowTable/.packlist -@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Data/ShowTable -@unexec rmdir %D/lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Data 2>/dev/null || true +@comment $NetBSD: PLIST,v 1.2 2000/08/27 07:11:03 jlam Exp $ |