diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-19 22:01:01 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-19 22:01:01 +0000 |
commit | 36992a1e2a7812128d34cb3ff3e4cb511378e03a (patch) | |
tree | 2a281e92c83a2fb95a6ad3f5785e7a4beda0a09f /mbone/rat/Makefile | |
parent | Reverse the MANLANG arguments to workaround a bug in make(1). This is (diff) |
Add a dummy run-autotools target to pacify the new bsd.port.mk.
Notes
Notes:
svn path=/head/; revision=98597
Diffstat (limited to 'mbone/rat/Makefile')
-rw-r--r-- | mbone/rat/Makefile | 3 |
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} |