diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-02 22:06:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-02 22:06:50 +0000 |
commit | e6caff56edd7bc234eda33bc4e2d484638a37bac (patch) | |
tree | ebbc0df334e36b1675734911ad8746493c8773ed /math/jakarta-commons-math/Makefile | |
parent | 461968d3054cea36f34cc1289719d00bae60da5e (diff) | |
download | ports-e6caff56edd7bc234eda33bc4e2d484638a37bac.tar.gz ports-e6caff56edd7bc234eda33bc4e2d484638a37bac.zip |
Please bmake(1)
Notes
Notes:
svn path=/head/; revision=317161
Diffstat (limited to 'math/jakarta-commons-math/Makefile')
-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 |