From 0a9e5efb9de6b8811964b263c03b83ec89719f71 Mon Sep 17 00:00:00 2001 From: az Date: Sat, 27 Jul 2013 16:06:25 +0000 Subject: - switch simple inline replacement from perl to sed and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@) --- math/p5-Math-Bezier-Convert/Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'math') 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 -# +# Created by: Sergey Skvortsov # $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 -- cgit