From 18cba9d7fa4ef20bc11b28b998233dddeb7ae32d 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 :) --- x11/p5-gtk/Makefile | 9 +++++---- x11/p5-gtk/pkg/PLIST | 18 +----------------- 2 files changed, 6 insertions(+), 21 deletions(-) (limited to 'x11') diff --git a/x11/p5-gtk/Makefile b/x11/p5-gtk/Makefile index c3f4cb2cf02..7feaca11cad 100644 --- a/x11/p5-gtk/Makefile +++ b/x11/p5-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1999/10/23 00:05:18 tron Exp $ +# $NetBSD: Makefile,v 1.12 2000/08/27 07:11:26 jlam Exp $ # DISTNAME= Gtk-0.5120 @@ -10,10 +10,11 @@ MAINTAINER= root@garbled.net DEPENDS+= gtk+-1.2.*:../../x11/gtk -USE_PERL5= yes -USE_X11= yes +USE_X11= # defined +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Gtk/.packlist do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL .include "../../mk/bsd.pkg.mk" diff --git a/x11/p5-gtk/pkg/PLIST b/x11/p5-gtk/pkg/PLIST index b46411d8373..ca27cda5797 100644 --- a/x11/p5-gtk/pkg/PLIST +++ b/x11/p5-gtk/pkg/PLIST @@ -1,17 +1 @@ -@comment $NetBSD: PLIST,v 1.3 1999/04/12 17:57:25 hubertf Exp $ -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Gtk/Gtk.so -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Gtk/Gtk.bs -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Gtk/.packlist -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/Gtk/Types.pm -lib/perl5/site_perl/auto/Gtk/Gdk/autosplit.ix -lib/perl5/site_perl/auto/Gtk/autosplit.ix -lib/perl5/site_perl/Gtk/Atoms.pm -lib/perl5/site_perl/Gtk/ColorSelectButton.pm -lib/perl5/site_perl/Gtk/Gdk.pm -lib/perl5/site_perl/Gtk/LogHandler.pm -lib/perl5/man/man3/Gtk::GtkColorSelectButton.3 -@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Gtk -@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/Gtk -@dirrm lib/perl5/site_perl/auto/Gtk/Gdk -@dirrm lib/perl5/site_perl/auto/Gtk -@dirrm lib/perl5/site_perl/Gtk +@comment $NetBSD: PLIST,v 1.4 2000/08/27 07:11:26 jlam Exp $ -- cgit v1.2.3