summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2012-10-04 18:47:53 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2012-10-04 18:47:53 +0000
commit58f8b8de4d0e49ca3e520971d4ffb7a64628a11a (patch)
tree45b6b841e08c6a9e0edf98ac6a8145c7940599f6 /java
parent- Fix LICENSE_GROUPS, the ZLIB license is GPL compatilble but does not comply (diff)
Fix a typo for the wrappers.
Notes
Notes: svn path=/head/; revision=305274
Diffstat (limited to 'java')
-rw-r--r--java/classpath/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/classpath/Makefile b/java/classpath/Makefile
index b97a2881b67e..533cee3425f4 100644
--- a/java/classpath/Makefile
+++ b/java/classpath/Makefile
@@ -161,7 +161,7 @@ PLIST_SUB+= QT4="@comment "
.endif
post-patch:
- @${REINPLACE_CMD} -i.bak -e 's|@JAVA@|$${JAVACMD:-${java}}|g' \
+ @${REINPLACE_CMD} -i.bak -e 's|@JAVA@|$${JAVACMD:-java}|g' \
${WRKSRC}/tools/g*.in
.if !defined(WITH_GCJ) && empty(PORT_OPTIONS:MJDK)