svn commit: r317164 - head/math/jakarta-commons-math3

Baptiste Daroussin bapt at FreeBSD.org
Thu May 2 22:15:09 UTC 2013


Author: bapt
Date: Thu May  2 22:15:08 2013
New Revision: 317164
URL: http://svnweb.freebsd.org/changeset/ports/317164

Log:
  Please bmake(1)

Modified:
  head/math/jakarta-commons-math3/Makefile

Modified: head/math/jakarta-commons-math3/Makefile
==============================================================================
--- head/math/jakarta-commons-math3/Makefile	Thu May  2 22:13:01 2013	(r317163)
+++ head/math/jakarta-commons-math3/Makefile	Thu May  2 22:15:08 2013	(r317164)
@@ -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


More information about the svn-ports-all mailing list