diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2005-06-11 16:13:12 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2005-06-11 16:13:12 +0000 |
commit | 54a1630d6e44ec2ef8cb3c4a00d6f4e0503f3b4f (patch) | |
tree | 75f8d629d0ebf0e58a1b981a5cffc533b15375cf /math | |
parent | 60cdc5877ab9a2546477d5d754adaa936030b51e (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-BigInt/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Math-BigRat/Makefile | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/math/p5-Math-BigInt/Makefile b/math/p5-Math-BigInt/Makefile index 35f7edde3188..266fe6de9bd9 100644 --- a/math/p5-Math-BigInt/Makefile +++ b/math/p5-Math-BigInt/Makefile @@ -16,7 +16,6 @@ MAINTAINER= tobez@FreeBSD.org COMMENT= Math::BigInt - Arbitrary size integer math package PERL_CONFIGURE= yes -CONFIGURE_ARGS= INSTALLDIRS='site' MAN3= Math::BigFloat.3 \ Math::BigInt.3 \ diff --git a/math/p5-Math-BigRat/Makefile b/math/p5-Math-BigRat/Makefile index 03bdc4328855..5c1738688628 100644 --- a/math/p5-Math-BigRat/Makefile +++ b/math/p5-Math-BigRat/Makefile @@ -23,6 +23,6 @@ PERL_CONFIGURE= yes MAN3= Math::BigRat.3 post-patch: - @${PERL} -pi -e '$$_="" if m/INSTALLDIRS/;' ${WRKSRC}/Makefile.PL + @${REINPLACE_CMD} -e '/INSTALLDIRS/d' ${WRKSRC}/Makefile.PL .include <bsd.port.mk> |