diff options
author | jlam <jlam@pkgsrc.org> | 2000-08-27 10:37:00 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-08-27 10:37:00 +0000 |
commit | c70c96f2c8a7334e846f10c5d965fd3ce9d0aef4 (patch) | |
tree | 2f68a284f4e804aa3774ec66587daa928a61d931 /databases/p5-pgsql/pkg | |
parent | 1d7f8907a285a58a577d75dfba6665aee192879e (diff) | |
download | pkgsrc-c70c96f2c8a7334e846f10c5d965fd3ce9d0aef4.tar.gz |
Convert packages to use PERL5_PACKLIST (part 2). These are the database and
Apache perl modules, and each compiled and installed/de-installed apparently
correctly.
As a side effect of the dynamic PLIST, we no longer need to to have separate
-static and -shared PLISTs. It's now easier than ever to make a perl5
package for NetBSD :)
Diffstat (limited to 'databases/p5-pgsql/pkg')
-rw-r--r-- | databases/p5-pgsql/pkg/PLIST | 1 | ||||
-rw-r--r-- | databases/p5-pgsql/pkg/PLIST-md.shared | 4 | ||||
-rw-r--r-- | databases/p5-pgsql/pkg/PLIST-md.static | 4 | ||||
-rw-r--r-- | databases/p5-pgsql/pkg/PLIST-mi | 6 |
4 files changed, 1 insertions, 14 deletions
diff --git a/databases/p5-pgsql/pkg/PLIST b/databases/p5-pgsql/pkg/PLIST new file mode 100644 index 00000000000..811f6edefc3 --- /dev/null +++ b/databases/p5-pgsql/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1 2000/08/27 10:37:02 jlam Exp $ diff --git a/databases/p5-pgsql/pkg/PLIST-md.shared b/databases/p5-pgsql/pkg/PLIST-md.shared deleted file mode 100644 index 2a52b5c1f70..00000000000 --- a/databases/p5-pgsql/pkg/PLIST-md.shared +++ /dev/null @@ -1,4 +0,0 @@ -@comment $NetBSD: PLIST-md.shared,v 1.1.1.1 1999/12/23 13:15:12 rh Exp $ -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Pg/Pg.so -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Pg/Pg.bs -@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Pg diff --git a/databases/p5-pgsql/pkg/PLIST-md.static b/databases/p5-pgsql/pkg/PLIST-md.static deleted file mode 100644 index 4f0423a8669..00000000000 --- a/databases/p5-pgsql/pkg/PLIST-md.static +++ /dev/null @@ -1,4 +0,0 @@ -@comment $NetBSD: PLIST-md.static,v 1.1.1.1 1999/12/23 13:15:12 rh Exp $ -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Pg/Pg.a -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Pg/extralibs.ld -@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Pg diff --git a/databases/p5-pgsql/pkg/PLIST-mi b/databases/p5-pgsql/pkg/PLIST-mi deleted file mode 100644 index 1e79a13b6e9..00000000000 --- a/databases/p5-pgsql/pkg/PLIST-mi +++ /dev/null @@ -1,6 +0,0 @@ -@comment $NetBSD: PLIST-mi,v 1.1.1.1 1999/12/23 13:15:12 rh Exp $ -lib/perl5/site_perl/auto/Pg/autosplit.ix -lib/perl5/site_perl/Pg.pm -lib/perl5/man/man3/Pg.3 -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Pg/.packlist -@dirrm lib/perl5/site_perl/auto/Pg |