diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-11-18 16:45:09 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-11-18 16:45:09 +0000 |
commit | 291f1400ed23f69cb465a46e37c809efef6e3def (patch) | |
tree | 1f4367f53911cc112a7fd0f4bec71bfa584b45b6 /math/p5-Math-Bezier-Convert | |
parent | 3c0c4937c86df29165c7ba22544794f824ff7b7c (diff) | |
download | ports-291f1400ed23f69cb465a46e37c809efef6e3def.tar.gz ports-291f1400ed23f69cb465a46e37c809efef6e3def.zip |
Notes
Diffstat (limited to 'math/p5-Math-Bezier-Convert')
-rw-r--r-- | math/p5-Math-Bezier-Convert/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/p5-Math-Bezier-Convert/Makefile b/math/p5-Math-Bezier-Convert/Makefile index b0be74b1c5c3..c9f9dfbb6de0 100644 --- a/math/p5-Math-Bezier-Convert/Makefile +++ b/math/p5-Math-Bezier-Convert/Makefile @@ -10,9 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Convert cubic and quadratic Bezier each other -USES= perl5 +USES= perl5 dos2unix USE_PERL5= configure -USE_DOS2UNIX= yes post-configure: @${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile |