diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-31 13:37:20 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-31 13:37:20 +0000 |
commit | 4d4b259bcda85ab59dbfd36b26928f4154ef6b05 (patch) | |
tree | 958a8d68deaaf416f8a145d02b8f31fd52a3aa33 /math | |
parent | 3f47be9d35559d7a36bdaece3bf108b9af80f9c2 (diff) | |
download | ports-4d4b259bcda85ab59dbfd36b26928f4154ef6b05.tar.gz ports-4d4b259bcda85ab59dbfd36b26928f4154ef6b05.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Date-Handler/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Math-FixedPrecision/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/math/p5-Date-Handler/Makefile b/math/p5-Date-Handler/Makefile index f23109db0f1a..1cc832c17cb6 100644 --- a/math/p5-Date-Handler/Makefile +++ b/math/p5-Date-Handler/Makefile @@ -13,6 +13,7 @@ COMMENT= Perl module for calculating time differences USES= perl5 USE_PERL5= configure patch +NO_ARCH= yes post-patch: @${PERL} -pi -e 's/[a-z][a-z]_[A-Z][A-Z]/$$&.ISO8859-15/g' \ diff --git a/math/p5-Math-FixedPrecision/Makefile b/math/p5-Math-FixedPrecision/Makefile index 2fe133417020..2b9f340b6264 100644 --- a/math/p5-Math-FixedPrecision/Makefile +++ b/math/p5-Math-FixedPrecision/Makefile @@ -13,5 +13,6 @@ COMMENT= Perl module that provides decimal math without floating point errors USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk> |