svn commit: r305274 - head/java/classpath

Jung-uk Kim jkim at FreeBSD.org
Thu Oct 4 18:47:54 UTC 2012


Author: jkim
Date: Thu Oct  4 18:47:53 2012
New Revision: 305274
URL: http://svn.freebsd.org/changeset/ports/305274

Log:
  Fix a typo for the wrappers.

Modified:
  head/java/classpath/Makefile

Modified: head/java/classpath/Makefile
==============================================================================
--- head/java/classpath/Makefile	Thu Oct  4 18:21:32 2012	(r305273)
+++ head/java/classpath/Makefile	Thu Oct  4 18:47:53 2012	(r305274)
@@ -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)



More information about the svn-ports-all mailing list