aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libthai
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2007-10-21 18:27:00 +0800
committerlofi <lofi@FreeBSD.org>2007-10-21 18:27:00 +0800
commit5e736e8a175447d9346608a51454cb43e219abae (patch)
treee1a2d92bfb5b149cd771a9e26c16828306aa679e /devel/libthai
parent559356e4185822c9a1cc491ae36567c905b61a51 (diff)
downloadfreebsd-ports-gnome-5e736e8a175447d9346608a51454cb43e219abae.tar.gz
freebsd-ports-gnome-5e736e8a175447d9346608a51454cb43e219abae.tar.zst
freebsd-ports-gnome-5e736e8a175447d9346608a51454cb43e219abae.zip
Run autogen.sh in WRKSRC instead of PORTDIR
Diffstat (limited to 'devel/libthai')
-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>