1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

. Avoid having to reproduce the ant build lines with some conditional

target definition.

Approved by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
This commit is contained in:
Greg Lewis 2004-08-08 02:34:29 +00:00
parent bb9c4d09ce
commit 70f5784771
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115596
2 changed files with 6 additions and 6 deletions

View File

@ -66,10 +66,10 @@ pre-fetch:
@${ECHO_MSG} "JDBC driver will operate with JVM 1.2.x or better"
@${ECHO_MSG} ""
do-build:
.if !defined(WITHOUT_COMPILE)
@(cd ${BUILD_WRKSRC}; \
${SETENV} ${MAKE_ENV} ${ANT} ${MAKE_ARGS} ${ALL_TARGET})
post-build:
.else
do-build:
.endif
.if !defined(NOPORTDOCS)
@${MKDIR} ${BUILDDIR}/doc && (cd ${BUILD_WRKSRC}; \

View File

@ -66,10 +66,10 @@ pre-fetch:
@${ECHO_MSG} "JDBC driver will operate with JVM 1.2.x or better"
@${ECHO_MSG} ""
do-build:
.if !defined(WITHOUT_COMPILE)
@(cd ${BUILD_WRKSRC}; \
${SETENV} ${MAKE_ENV} ${ANT} ${MAKE_ARGS} ${ALL_TARGET})
post-build:
.else
do-build:
.endif
.if !defined(NOPORTDOCS)
@${MKDIR} ${BUILDDIR}/doc && (cd ${BUILD_WRKSRC}; \