From 4426cff80f7eb3bc0e9a341720951e410302feac Mon Sep 17 00:00:00 2001 From: Simon Barner Date: Thu, 2 Feb 2006 15:34:08 +0000 Subject: - Update to 0.49 - From ChangeLog: * A deadlock fixed. * Better system thread handling. * Tables are now sortable in both ascending and descending order * Preferences are saved and restored. * Better handling of MS Windows builds. Submitted by: Ronald Klop (maintainer) PR: ports/92507 --- java/jmp/files/patch-Makefile.in | 6 ------ 1 file changed, 6 deletions(-) (limited to 'java/jmp/files/patch-Makefile.in') diff --git a/java/jmp/files/patch-Makefile.in b/java/jmp/files/patch-Makefile.in index 2a40205f6dae..ceafcac7ee5b 100644 --- a/java/jmp/files/patch-Makefile.in +++ b/java/jmp/files/patch-Makefile.in @@ -5,9 +5,3 @@ $FreeBSD$ @@ -332 +332 @@ - inst=`echo $$inst | sed '$(transform)'`.$$ext; \ + inst=$$inst.$$ext; \ -@@ -705 +705 @@ -- javac -sourcepath ${top_srcdir}/java -d . $< -+ ${JAVAC} -sourcepath ${top_srcdir}/java -d . $< -@@ -710 +710 @@ -- javah -classpath . jmp.JMPController -+ ${JAVAH} -classpath . jmp.JMPController -- cgit v1.2.3