1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Add a dummy run-autotools target to pacify the new bsd.port.mk.

This commit is contained in:
Joe Marcus Clarke 2004-01-19 22:01:01 +00:00
parent adae38bc05
commit 36992a1e2a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98597
2 changed files with 6 additions and 0 deletions

View File

@ -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}

View File

@ -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}