diff options
Diffstat (limited to 'net/clusterit/Makefile')
-rw-r--r-- | net/clusterit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/clusterit/Makefile b/net/clusterit/Makefile index 250aa272b211..51c8b3367f27 100644 --- a/net/clusterit/Makefile +++ b/net/clusterit/Makefile @@ -27,7 +27,8 @@ USE_XLIB= yes .endif post-patch: - @find ${WRKSRC} -name Makefile | xargs ${PERL} -pi -e 's#/usr/X11R6#${X11BASE}#g' + @${FIND} ${WRKSRC} -name Makefile | ${XARGS} \ + ${PERL} -pi -e 's#/usr/X11R6#${X11BASE}#g' .for file in command.c rvt.c screen.c @${PERL} -pi -e "s/malloc.h/stdlib.h/g" ${WRKSRC}/rvt/${file} .endfor |