summaryrefslogtreecommitdiff
path: root/devel/libstocks
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libstocks')
-rw-r--r--devel/libstocks/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/devel/libstocks/Makefile b/devel/libstocks/Makefile
index 22353dc3b789..c44d2057547f 100644
--- a/devel/libstocks/Makefile
+++ b/devel/libstocks/Makefile
@@ -13,11 +13,15 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= mi@aldan.algebra.com
-#GNU_CONFIGURE= yes
+USE_REINPLACE= yes
+REINPLACE_ARGS= -i ""
post-patch:
- ${PERL} -pi -e 's/malloc.h/stdlib.h/; s/__UNIX__/__unix__/' \
- ${WRKSRC}/lib/*.c
+ ${REINPLACE_CMD} -e 's/<malloc.h>/<stdlib.h>/' \
+ -e 's/__UNIX__/__unix__/' \
+ $$(${GREP} --mmap -El '<malloc.h>|__UNIX__' \
+ ${WRKSRC}/lib/*.c); \
+
do-build do-install:
.for d in lib client