aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/libthai/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libthai/Makefile b/devel/libthai/Makefile
index 4ba88a3179d6..e4382509b28d 100644
--- a/devel/libthai/Makefile
+++ b/devel/libthai/Makefile
@@ -30,6 +30,6 @@ post-patch:
${WRKSRC}/autogen.sh
pre-configure:
- @${SH} ${WRKSRC}/autogen.sh
+ @cd ${WRKSRC} && ${SH} autogen.sh
.include <bsd.port.mk>