- 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
8 lines
192 B
Plaintext
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; \
|