mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
USE_REINPLACE and change ant's buildfile verbose flags to "false"
(should speed up the build a bit).
This commit is contained in:
parent
2e1e5dd432
commit
8f99336972
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84586
@ -23,6 +23,7 @@ BUILD_DEPENDS= ant:${PORTSDIR}/devel/jakarta-ant \
|
||||
ONLY_FOR_ARCHS= i386
|
||||
USE_ZIP= yes
|
||||
USE_JAVA= 1.3+
|
||||
USE_REINPLACE= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
MAKE_ARGS= ECLIPSE_BUILD=${ECLIPSE_BUILD} \
|
||||
@ -36,4 +37,7 @@ ECLIPSE_OS= freebsd
|
||||
ECLIPSE_WS= gtk
|
||||
ECLIPSE_ARCH= x86
|
||||
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -name build.xml | ${XARGS} ${REINPLACE_CMD} 's@verbose="true"@verbose="false"@g'
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user