aboutsummaryrefslogtreecommitdiff
path: root/graphics/xmandel
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-07-26 07:33:41 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-07-26 07:33:41 +0000
commit19ae251b54b068aae1520c17885ecae948e723bc (patch)
treee2c71147def7c03ff268350288657b4e7692d180 /graphics/xmandel
parentbe856e74d2486c2042594b76c9cade12ee3f3c07 (diff)
downloadports-19ae251b54b068aae1520c17885ecae948e723bc.tar.gz
ports-19ae251b54b068aae1520c17885ecae948e723bc.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@)
Notes
Notes: svn path=/head/; revision=323702
Diffstat (limited to 'graphics/xmandel')
-rw-r--r--graphics/xmandel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xmandel/Makefile b/graphics/xmandel/Makefile
index f98244e56635..cec3816df6cd 100644
--- a/graphics/xmandel/Makefile
+++ b/graphics/xmandel/Makefile
@@ -25,6 +25,6 @@ MAN1= xmandel.1
PLIST_FILES= bin/xmandel
pre-patch:
- @${PERL} -pi.orig -e 's|malloc.h|stdlib.h|' ${WRKSRC}/mandel.c
+ @${REINPLACE_CMD} -i '' -e 's|malloc.h|stdlib.h|' ${WRKSRC}/mandel.c
.include <bsd.port.mk>