ports/java/jmp/files/patch-Makefile.in
Simon Barner 4426cff80f - 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 <ronald@cs.vu.nl> (maintainer)
PR:		ports/92507
2006-02-02 15:34:08 +00:00

8 lines
192 B
Plaintext

$FreeBSD$
--- Makefile.in.orig Sat Oct 29 21:48:51 2005
+++ Makefile.in Mon Nov 21 01:20:51 2005
@@ -332 +332 @@
- inst=`echo $$inst | sed '$(transform)'`.$$ext; \
+ inst=$$inst.$$ext; \