diff options
Diffstat (limited to 'graphics/xfractint/Makefile')
-rw-r--r-- | graphics/xfractint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xfractint/Makefile b/graphics/xfractint/Makefile index 1b09aa6c750f..cb7ffacefbc2 100644 --- a/graphics/xfractint/Makefile +++ b/graphics/xfractint/Makefile @@ -21,6 +21,6 @@ MAN1= xfractint.1 pre-patch: @${FIND} ${WRKSRC} -name "*.c" | ${XARGS} ${PERL} -pi -e \ - 's|malloc.h|stdlib.h|' + 's|malloc\.h|stdlib.h|' .include <bsd.port.mk> |