aboutsummaryrefslogtreecommitdiffstats
path: root/math/jakarta-commons-math3
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-05-03 06:15:08 +0800
committerbapt <bapt@FreeBSD.org>2013-05-03 06:15:08 +0800
commit700759a004c920506bac37b5fe743b483efb534a (patch)
tree32787a7d54e270b085b7c6000b40076d1c80320a /math/jakarta-commons-math3
parentd6756e3790a3dc72f5eac6ad8d9727951c08ba88 (diff)
downloadfreebsd-ports-gnome-700759a004c920506bac37b5fe743b483efb534a.tar.gz
freebsd-ports-gnome-700759a004c920506bac37b5fe743b483efb534a.tar.zst
freebsd-ports-gnome-700759a004c920506bac37b5fe743b483efb534a.zip
Please bmake(1)
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