summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-07-27 16:06:25 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-07-27 16:06:25 +0000
commitb47325edb2d93a726b151ae81f7ecd3c183f0565 (patch)
treeaf6266e338105f6caa968f90afd0c4e98288d6f5 /math
parent- Reset maintainer after no response to mail since Jan 2013 (diff)
- switch simple inline replacement from perl to sed
and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@)
Notes
Notes: svn path=/head/; revision=323795
Diffstat (limited to 'math')
-rw-r--r--math/p5-Math-Bezier-Convert/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/math/p5-Math-Bezier-Convert/Makefile b/math/p5-Math-Bezier-Convert/Makefile
index b52ab033ddcd..736cf5f7b361 100644
--- a/math/p5-Math-Bezier-Convert/Makefile
+++ b/math/p5-Math-Bezier-Convert/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Math-Bezier-Convert
-# Date created: 07 February 2005
-# Whom: Sergey Skvortsov <skv@protey.ru>
-#
+# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
-#
PORTNAME= Math-Bezier-Convert
PORTVERSION= 0.02
@@ -15,12 +11,10 @@ MAINTAINER= perl@FreeBSD.org
COMMENT= Convert cubic and quadratic Bezier each other
PERL_CONFIGURE= yes
+USE_DOS2UNIX= yes
MAN3= Math::Bezier::Convert.3
-post-patch:
- @${FIND} ${WRKSRC} -type f | ${XARGS} ${PERL} -pi -e 's/\x0d(?=\x0a)//'
-
post-configure:
@${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile