diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-27 02:36:57 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-27 02:36:57 +0000 |
commit | 64758c9a38864ed17b2e56b8ef615fa6a6be45e5 (patch) | |
tree | 66ccf0fc377df41324bda72d325bbd822d6b1419 /mbone | |
parent | df0f56facdc73e08bcc82c175593fd2bab2d02ea (diff) | |
download | ports-64758c9a38864ed17b2e56b8ef615fa6a6be45e5.tar.gz ports-64758c9a38864ed17b2e56b8ef615fa6a6be45e5.zip |
Notes
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/rat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbone/rat/Makefile b/mbone/rat/Makefile index cd715a63ddc4..3987d8f45e28 100644 --- a/mbone/rat/Makefile +++ b/mbone/rat/Makefile @@ -44,7 +44,7 @@ do-build: .endfor do-configure: - cd ${WRKSRC}/common && autoconf && ./configure ${CONFIGURE_ARGS} ${ENABLE_IPv6} - cd ${WRKSRC}/rat && autoconf && ./configure ${CONFIGURE_ARGS} --with-tcl=${LOCALBASE} --with-tk=${LOCALBASE} ${ENABLE_IPv6} + cd ${WRKSRC}/common && ${AUTOCONF} && ./configure ${CONFIGURE_ARGS} ${ENABLE_IPv6} + cd ${WRKSRC}/rat && ${AUTOCONF} && ./configure ${CONFIGURE_ARGS} --with-tcl=${LOCALBASE} --with-tk=${LOCALBASE} ${ENABLE_IPv6} .include "bsd.port.post.mk" |