diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-17 04:20:04 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-17 04:20:04 +0000 |
commit | 889d48529f5fa2bf2cff9f135f07a89d070549cd (patch) | |
tree | fcef1eb20206c36a6d3ffefae7c47d7a6e80c8f8 /graphics/xfractint | |
parent | 6f3d6eb33394ddc4dafdd4beb0f6af48b8606632 (diff) | |
download | ports-889d48529f5fa2bf2cff9f135f07a89d070549cd.tar.gz ports-889d48529f5fa2bf2cff9f135f07a89d070549cd.zip |
Notes
Diffstat (limited to 'graphics/xfractint')
-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> |