aboutsummaryrefslogtreecommitdiff
path: root/net/clusterit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/clusterit/Makefile')
-rw-r--r--net/clusterit/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/clusterit/Makefile b/net/clusterit/Makefile
index 24abed7e86f9..009351dce5a1 100644
--- a/net/clusterit/Makefile
+++ b/net/clusterit/Makefile
@@ -29,7 +29,7 @@ USE_PERL5_BUILD=yes
post-patch:
@${FIND} ${WRKSRC} -name Makefile | ${XARGS} \
- ${PERL} -pi -e 's#/usr/X11R6#${X11BASE}#g'
+ ${PERL} -pi -e 's#/usr/X11R6#${LOCALBASE}#g'
.for file in command.c rvt.c screen.c
@${PERL} -pi -e "s/malloc.h/stdlib.h/g" ${WRKSRC}/rvt/${file}
.endfor