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