aboutsummaryrefslogtreecommitdiff
path: root/graphics/xfractint/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-12-07 16:09:49 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-12-07 16:09:49 +0000
commit0f15446dffdf5cc4848e6012689fd68bee3f8b41 (patch)
treef9acaf5d1f58fcc597d9bff95d5f17577fb490c3 /graphics/xfractint/Makefile
parent661e9f2083f8b6352d0ce144c3bae0a0a0fffcdd (diff)
downloadports-0f15446dffdf5cc4848e6012689fd68bee3f8b41.tar.gz
ports-0f15446dffdf5cc4848e6012689fd68bee3f8b41.zip
Notes
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>