diff options
author | tron <tron@pkgsrc.org> | 1999-05-02 23:07:12 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-05-02 23:07:12 +0000 |
commit | 230f4823fae57676394dadfa2d2527f9aca9a076 (patch) | |
tree | 45cd44e3aba926ea185e607be2719b3cb4bcd56a /x11/p5-Tk | |
parent | 4674eb3fd1f6a65a54da6b8f6da233cb7a8b80a0 (diff) | |
download | pkgsrc-230f4823fae57676394dadfa2d2527f9aca9a076.tar.gz |
Don't build "blib" perl module to avoid conflict with "perl5" package.
Diffstat (limited to 'x11/p5-Tk')
-rw-r--r-- | x11/p5-Tk/Makefile | 5 | ||||
-rw-r--r-- | x11/p5-Tk/pkg/PLIST | 4 | ||||
-rw-r--r-- | x11/p5-Tk/pkg/PLIST-mi | 4 |
3 files changed, 6 insertions, 7 deletions
diff --git a/x11/p5-Tk/Makefile b/x11/p5-Tk/Makefile index 9a665b53d12..8ae9133d302 100644 --- a/x11/p5-Tk/Makefile +++ b/x11/p5-Tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1999/05/02 22:33:05 tron Exp $ +# $NetBSD: Makefile,v 1.15 1999/05/02 23:07:12 tron Exp $ # FreeBSD Id: Makefile,v 1.14 1997/09/14 04:00:00 jfitz Exp # @@ -16,6 +16,9 @@ DEPENDS+= tk-8.0.5:../../x11/tk80 USE_PERL5= YES USE_X11= yes +post-extract: + @${RM} -f ${WRKSRC}/blib.pm + do-configure: @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL diff --git a/x11/p5-Tk/pkg/PLIST b/x11/p5-Tk/pkg/PLIST index b9027293771..eaac110c41e 100644 --- a/x11/p5-Tk/pkg/PLIST +++ b/x11/p5-Tk/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 1999/04/08 18:52:00 agc Exp $ +@comment $NetBSD: PLIST,v 1.6 1999/05/02 23:07:13 tron Exp $ @option preserve bin/pgs bin/tkpod @@ -43,7 +43,6 @@ lib/perl5/man/man3/Tk::Xrm.3.gz lib/perl5/man/man3/Tk::demos::widget_lib::WidgetDemo.3.gz lib/perl5/man/man3/Tk::pTk.3.gz lib/perl5/man/man3/Tk::widgets.3.gz -lib/perl5/man/man3/blib.3.gz lib/perl5/site_perl/Bundle/Tk.pm lib/perl5/site_perl/Tk.pm lib/perl5/site_perl/Tk/Adjuster.pm @@ -528,7 +527,6 @@ lib/perl5/site_perl/auto/Tk/interps.al lib/perl5/site_perl/auto/Tk/lsearch.al lib/perl5/site_perl/auto/Tk/tkinit.al lib/perl5/site_perl/auto/Tk/updateWidgets.al -lib/perl5/site_perl/blib.pm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/Tk/Config.pm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/Tk/TkXSUB.def lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/Tk/leak_util.h diff --git a/x11/p5-Tk/pkg/PLIST-mi b/x11/p5-Tk/pkg/PLIST-mi index edb07cc6f37..da0522e7014 100644 --- a/x11/p5-Tk/pkg/PLIST-mi +++ b/x11/p5-Tk/pkg/PLIST-mi @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST-mi,v 1.3 1999/04/08 18:52:01 agc Exp $ +@comment $NetBSD: PLIST-mi,v 1.4 1999/05/02 23:07:13 tron Exp $ bin/pgs bin/tkpod bin/tkweb @@ -43,7 +43,6 @@ lib/perl5/man/man3/Tk::Xrm.3.gz lib/perl5/man/man3/Tk::demos::widget_lib::WidgetDemo.3.gz lib/perl5/man/man3/Tk::pTk.3.gz lib/perl5/man/man3/Tk::widgets.3.gz -lib/perl5/man/man3/blib.3.gz lib/perl5/site_perl/Bundle/Tk.pm lib/perl5/site_perl/Tk.pm lib/perl5/site_perl/Tk/Adjuster.pm @@ -528,7 +527,6 @@ lib/perl5/site_perl/auto/Tk/interps.al lib/perl5/site_perl/auto/Tk/lsearch.al lib/perl5/site_perl/auto/Tk/tkinit.al lib/perl5/site_perl/auto/Tk/updateWidgets.al -lib/perl5/site_perl/blib.pm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/Tk/Config.pm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/Tk/TkXSUB.def lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/Tk/leak_util.h |