diff options
author | az <az@FreeBSD.org> | 2013-07-26 15:33:41 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-07-26 15:33:41 +0800 |
commit | 665183f53eb74ec3fb00d82d5e4d998804f85ad2 (patch) | |
tree | e2c71147def7c03ff268350288657b4e7692d180 /graphics/xmandel | |
parent | e80ef1fc474e04a3b1999f45fd39114572d34f44 (diff) | |
download | freebsd-ports-gnome-665183f53eb74ec3fb00d82d5e4d998804f85ad2.tar.gz freebsd-ports-gnome-665183f53eb74ec3fb00d82d5e4d998804f85ad2.tar.zst freebsd-ports-gnome-665183f53eb74ec3fb00d82d5e4d998804f85ad2.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 'graphics/xmandel')
-rw-r--r-- | graphics/xmandel/Makefile | 2 |
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> |