svn commit: r317161 - head/math/jakarta-commons-math
Baptiste Daroussin
bapt at FreeBSD.org
Thu May 2 22:06:50 UTC 2013
Author: bapt
Date: Thu May 2 22:06:50 2013
New Revision: 317161
URL: http://svnweb.freebsd.org/changeset/ports/317161
Log:
Please bmake(1)
Modified:
head/math/jakarta-commons-math/Makefile
Modified: head/math/jakarta-commons-math/Makefile
==============================================================================
--- head/math/jakarta-commons-math/Makefile Thu May 2 22:01:25 2013 (r317160)
+++ head/math/jakarta-commons-math/Makefile Thu May 2 22:06:50 2013 (r317161)
@@ -48,7 +48,7 @@ PLIST_FILES+= %%JAVAJARDIR%%/${DESTJARFI
.include <bsd.port.pre.mk>
-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
More information about the svn-ports-all
mailing list