diff options
author | mat <mat@FreeBSD.org> | 2013-11-19 00:45:09 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-11-19 00:45:09 +0800 |
commit | 7104d04fa6390b447400eba5b28df71a85aab421 (patch) | |
tree | 1f4367f53911cc112a7fd0f4bec71bfa584b45b6 /math/p5-Math-Bezier-Convert | |
parent | 7544e51fe11fe9aeb75e8a7245e6ddda8daa40d1 (diff) | |
download | freebsd-ports-gnome-7104d04fa6390b447400eba5b28df71a85aab421.tar.gz freebsd-ports-gnome-7104d04fa6390b447400eba5b28df71a85aab421.tar.zst freebsd-ports-gnome-7104d04fa6390b447400eba5b28df71a85aab421.zip |
Use new USES=dos2unix
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 |