summaryrefslogtreecommitdiff
path: root/graphics/xfractint
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/xfractint')
-rw-r--r--graphics/xfractint/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xfractint/Makefile b/graphics/xfractint/Makefile
index cb7ffacefbc2..8d8c9e4e51ab 100644
--- a/graphics/xfractint/Makefile
+++ b/graphics/xfractint/Makefile
@@ -14,13 +14,14 @@ DISTNAME= xfrac310
MAINTAINER= ports@FreeBSD.org
+USE_REINPLACE= yes
USE_ZIP= yes
USE_XLIB= yes
NO_WRKSUBDIR= yes
MAN1= xfractint.1
pre-patch:
- @${FIND} ${WRKSRC} -name "*.c" | ${XARGS} ${PERL} -pi -e \
+ @${FIND} ${WRKSRC} -name "*.c" | ${XARGS} ${REINPLACE_CMD} -e \
's|malloc\.h|stdlib.h|'
.include <bsd.port.mk>