diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-02-25 18:00:44 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-02-25 18:00:44 +0000 |
commit | 81e9f0e86c0165dfac2430d3202c00fea7c03126 (patch) | |
tree | cf12376a5ee6c5ec315817f0ac2e008fa0889f8e /devel | |
parent | 1f3b7ee8818cc0a99123f9a0bcb990bb20466d46 (diff) | |
download | FreeBSD-ports-81e9f0e86c0165dfac2430d3202c00fea7c03126.zip FreeBSD-ports-81e9f0e86c0165dfac2430d3202c00fea7c03126.tar.gz |
fix install path on current
use system build-in PERL_CONFIGURE
Submitted by: gugod@gugod.org
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Term-ANSIColor/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Term-ANSIColor/files/patch-Makefile.PL | 11 |
2 files changed, 12 insertions, 4 deletions
diff --git a/devel/p5-Term-ANSIColor/Makefile b/devel/p5-Term-ANSIColor/Makefile index 04d7981..983b4a8 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 <bsd.port.mk> 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 0000000..2830d0f --- /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)') : ()), |