diff options
author | az <az@FreeBSD.org> | 2013-07-28 00:06:25 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-07-28 00:06:25 +0800 |
commit | 0a9e5efb9de6b8811964b263c03b83ec89719f71 (patch) | |
tree | af6266e338105f6caa968f90afd0c4e98288d6f5 /math | |
parent | 161ee4e405ddee7d6c945754c827684829ef8e90 (diff) | |
download | freebsd-ports-gnome-0a9e5efb9de6b8811964b263c03b83ec89719f71.tar.gz freebsd-ports-gnome-0a9e5efb9de6b8811964b263c03b83ec89719f71.tar.zst freebsd-ports-gnome-0a9e5efb9de6b8811964b263c03b83ec89719f71.zip |
- switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header
Approved by: bapt@ (portmrg@)
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Bezier-Convert/Makefile | 10 |
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 |