aboutsummaryrefslogtreecommitdiffstats
path: root/mbone/rat
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-01-20 06:01:01 +0800
committermarcus <marcus@FreeBSD.org>2004-01-20 06:01:01 +0800
commit1085d01dd9590730072e04c77107741dcc87ece5 (patch)
tree5010bb2353cc754f1277be574aa4260b5aeb4b36 /mbone/rat
parent78dc9e49b5f0778c912be5c47e21d06b512c5110 (diff)
downloadfreebsd-ports-gnome-1085d01dd9590730072e04c77107741dcc87ece5.tar.gz
freebsd-ports-gnome-1085d01dd9590730072e04c77107741dcc87ece5.tar.zst
freebsd-ports-gnome-1085d01dd9590730072e04c77107741dcc87ece5.zip
Add a dummy run-autotools target to pacify the new bsd.port.mk.
Diffstat (limited to 'mbone/rat')
-rw-r--r--mbone/rat/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/mbone/rat/Makefile b/mbone/rat/Makefile
index 682c231f37b4..ec89eca84b79 100644
--- a/mbone/rat/Makefile
+++ b/mbone/rat/Makefile
@@ -51,6 +51,9 @@ do-build:
cd ${WRKSRC}/common/src && ${GMAKE}
cd ${WRKSRC}/rat && ${GMAKE}
+run-autotools:
+ @${DO_NADA}
+
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} --with-tcltk-version=${TCLTK_VERSION}