Date: Thu, 2 May 2013 22:06:50 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317161 - head/math/jakarta-commons-math Message-ID: <201305022206.r42M6o28048333@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305022206.r42M6o28048333>