From 765c187ae2ceb0ad5dd41ab6383e58396cc74982 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Sun, 25 Feb 2001 18:00:44 +0000 Subject: fix install path on current use system build-in PERL_CONFIGURE Submitted by: gugod@gugod.org --- devel/p5-Term-ANSIColor/Makefile | 5 +---- devel/p5-Term-ANSIColor/files/patch-Makefile.PL | 11 +++++++++++ 2 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 devel/p5-Term-ANSIColor/files/patch-Makefile.PL (limited to 'devel/p5-Term-ANSIColor') diff --git a/devel/p5-Term-ANSIColor/Makefile b/devel/p5-Term-ANSIColor/Makefile index 04d79810b6db..983b4a85c643 100644 --- a/devel/p5-Term-ANSIColor/Makefile +++ b/devel/p5-Term-ANSIColor/Makefile @@ -16,12 +16,9 @@ DISTNAME= ANSIColor-${PORTVERSION} MAINTAINER= dsh@vlink.ru USE_PERL5= YES -CONFIGURE_ARGS= PREFIX=${PREFIX} +PERL_CONFIGURE= YES MAN3= Term::ANSIColor.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -do-configure: - @ cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL ${CONFIGURE_ARGS} - .include diff --git a/devel/p5-Term-ANSIColor/files/patch-Makefile.PL b/devel/p5-Term-ANSIColor/files/patch-Makefile.PL new file mode 100644 index 000000000000..2830d0ff6d48 --- /dev/null +++ b/devel/p5-Term-ANSIColor/files/patch-Makefile.PL @@ -0,0 +1,11 @@ +--- Makefile.PL.orig Mon Feb 26 01:48:56 2001 ++++ Makefile.PL Mon Feb 26 01:49:03 2001 +@@ -6,8 +6,6 @@ + WriteMakefile ( + NAME => 'Term::ANSIColor', + DISTNAME => 'ANSIColor', +- ($] >= 5.006 ? +- (INSTALLDIRS => 'perl') : ()), + ($] >= 5.005 ? + (ABSTRACT => 'Color output using ANSI escape sequences', + AUTHOR => 'Russ Allbery (rra@stanford.edu)') : ()), -- cgit v1.2.3