Don't build "blib" perl module to avoid conflict with "perl5" package.
This commit is contained in:
parent
4674eb3fd1
commit
230f4823fa
3 changed files with 6 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue