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 /net/p5-Wais/pkg | |
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 'net/p5-Wais/pkg')
-rw-r--r-- | net/p5-Wais/pkg/PLIST | 1 | ||||
-rw-r--r-- | net/p5-Wais/pkg/PLIST-md.shared | 4 | ||||
-rw-r--r-- | net/p5-Wais/pkg/PLIST-md.static | 4 | ||||
-rw-r--r-- | net/p5-Wais/pkg/PLIST-mi | 8 |
4 files changed, 1 insertions, 16 deletions
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 |