aboutsummaryrefslogtreecommitdiff
path: root/math/jakarta-commons-math3
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-02 22:15:08 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-02 22:15:08 +0000
commitda1dfb3dbb15d5d882b75cd17b0eb5c7b4718528 (patch)
tree32787a7d54e270b085b7c6000b40076d1c80320a /math/jakarta-commons-math3
parentc0f76ab2ecc7c92c0a4ea67b5b76340a954e4fb5 (diff)
downloadports-da1dfb3dbb15d5d882b75cd17b0eb5c7b4718528.tar.gz
ports-da1dfb3dbb15d5d882b75cd17b0eb5c7b4718528.zip
Notes
Diffstat (limited to 'math/jakarta-commons-math3')
-rw-r--r--math/jakarta-commons-math3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/jakarta-commons-math3/Makefile b/math/jakarta-commons-math3/Makefile
index 388727253d3a..bee027977cdd 100644
--- a/math/jakarta-commons-math3/Makefile
+++ b/math/jakarta-commons-math3/Makefile
@@ -49,7 +49,7 @@ OTHERDOCS= LICENSE.txt NOTICE.txt
PORTDOCS= apidocs ${OTHERDOCS}
.endif
-JDK_API!= (${FIND} -s ${LOCALBASE}/share/doc/jdk1.? -maxdepth 1 -name api -type d 2>/dev/null || ${TRUE}) | ${TAIL} -n 1
+JDK_API!= (${FIND} -s ${LOCALBASE}/share/doc/jdk1.? -maxdepth 1 -name api -type d 2>/dev/null || ${ECHO_CMD}) | ${TAIL} -n 1
.if ${JDK_API} != ""
MAKE_ARGS+= -Djdk.api=${JDK_API}
.endif