1
0
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:
Jimmy Olgeni 2003-07-10 11:27:06 +00:00
parent 2e1e5dd432
commit 8f99336972
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84586

View File

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