From 97e1b0acc462290dc20dc517f0b889e311c2da32 Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 27 Aug 2000 07:10:59 +0000 Subject: 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 :) --- net/p5-Wais/Makefile | 7 ++++--- net/p5-Wais/pkg/PLIST | 1 + net/p5-Wais/pkg/PLIST-md.shared | 4 ---- net/p5-Wais/pkg/PLIST-md.static | 4 ---- net/p5-Wais/pkg/PLIST-mi | 8 -------- 5 files changed, 5 insertions(+), 19 deletions(-) create mode 100644 net/p5-Wais/pkg/PLIST delete mode 100644 net/p5-Wais/pkg/PLIST-md.shared delete mode 100644 net/p5-Wais/pkg/PLIST-md.static delete mode 100644 net/p5-Wais/pkg/PLIST-mi (limited to 'net/p5-Wais') diff --git a/net/p5-Wais/Makefile b/net/p5-Wais/Makefile index 28bb5861a8e..0fe57d4d513 100644 --- a/net/p5-Wais/Makefile +++ b/net/p5-Wais/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/05/11 14:05:05 bad Exp $ +# $NetBSD: Makefile,v 1.3 2000/08/27 07:11:18 jlam Exp $ # DISTNAME= Wais-2.311 @@ -11,9 +11,10 @@ MAINTAINER= bad@netbsd.org DEPENDS+= freewais-sf-2.2.12:../../net/freewais-sf DEPENDS+= p5-Curses-1.02:../../devel/p5-Curses -USE_PERL5= YES +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Wais/.packlist do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/perl Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include "../../mk/bsd.pkg.mk" diff --git a/net/p5-Wais/pkg/PLIST b/net/p5-Wais/pkg/PLIST new file mode 100644 index 00000000000..ec4a0427da2 --- /dev/null +++ b/net/p5-Wais/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1 2000/08/27 07:11:19 jlam Exp $ diff --git a/net/p5-Wais/pkg/PLIST-md.shared b/net/p5-Wais/pkg/PLIST-md.shared deleted file mode 100644 index 58422cd2cfa..00000000000 --- a/net/p5-Wais/pkg/PLIST-md.shared +++ /dev/null @@ -1,4 +0,0 @@ -@comment $NetBSD: PLIST-md.shared,v 1.1.1.1 1999/05/11 14:03:13 bad Exp $ -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Wais/Wais.bs -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Wais/Wais.so -@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Wais diff --git a/net/p5-Wais/pkg/PLIST-md.static b/net/p5-Wais/pkg/PLIST-md.static deleted file mode 100644 index b9c1caf54a5..00000000000 --- a/net/p5-Wais/pkg/PLIST-md.static +++ /dev/null @@ -1,4 +0,0 @@ -@comment $NetBSD: PLIST-md.static,v 1.1.1.1 1999/05/11 14:03:13 bad Exp $ -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Wais/Wais.a -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Wais/extralibs.ld -@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Wais diff --git a/net/p5-Wais/pkg/PLIST-mi b/net/p5-Wais/pkg/PLIST-mi deleted file mode 100644 index b9f63b043ed..00000000000 --- a/net/p5-Wais/pkg/PLIST-mi +++ /dev/null @@ -1,8 +0,0 @@ -@comment $NetBSD: PLIST-mi,v 1.1.1.1 1999/05/11 14:03:13 bad Exp $ -bin/inspect -man/man1/inspect.1 -lib/perl5/man/man3/Wais.3 -lib/perl5/site_perl/Wais.pm -lib/perl5/site_perl/Wais/Dict.pm -@dirrm lib/perl5/site_perl/Wais -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Wais/.packlist -- cgit v1.2.3