summaryrefslogtreecommitdiff
path: root/deskutils/kcharselect/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/kcharselect/Makefile')
-rw-r--r--deskutils/kcharselect/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/kcharselect/Makefile b/deskutils/kcharselect/Makefile
index d1ab1df6523f..508f22d74d90 100644
--- a/deskutils/kcharselect/Makefile
+++ b/deskutils/kcharselect/Makefile
@@ -40,7 +40,7 @@ pre-configure:
.for AM in automake aclocal
${LN} -sf ${LOCALBASE}/bin/${AM}14 ${WRKSRC}/auto-bin/${AM}
.endfor
- cd ${WRKSRC} && env PATH=$$PATH:${WRKSRC}/auto-bin \
+ cd ${WRKSRC} && env PATH=${WRKSRC}/auto-bin:$$PATH \
${GMAKE} -f Makefile.cvs
.include <bsd.port.mk>