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:
parent
adae38bc05
commit
36992a1e2a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98597
@ -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}
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user