diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-03 06:06:50 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-03 06:06:50 +0800 |
commit | fd93f896d5ac3d20efea11d22ba0d69d74a7d17b (patch) | |
tree | ebbc0df334e36b1675734911ad8746493c8773ed /math | |
parent | 6613193f7dfbdff3e65ab879604b082cadf4a5fe (diff) | |
download | freebsd-ports-gnome-fd93f896d5ac3d20efea11d22ba0d69d74a7d17b.tar.gz freebsd-ports-gnome-fd93f896d5ac3d20efea11d22ba0d69d74a7d17b.tar.zst freebsd-ports-gnome-fd93f896d5ac3d20efea11d22ba0d69d74a7d17b.zip |
Please bmake(1)
Diffstat (limited to 'math')
-rw-r--r-- | math/jakarta-commons-math/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/jakarta-commons-math/Makefile b/math/jakarta-commons-math/Makefile index b330a72028f9..7f85bb9045cb 100644 --- a/math/jakarta-commons-math/Makefile +++ b/math/jakarta-commons-math/Makefile @@ -48,7 +48,7 @@ PLIST_FILES+= %%JAVAJARDIR%%/${DESTJARFILE} .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 |