* Added used bytes display to status line. Overdue, I guess. * Reintroduced the [root] indicator in the main window title bar, for when you're running as root. Thanks, Roger Sondermann. * Fixed horrible bug that seemed to be happy to just break the history saving when running as root, but should have done a lot more if there had been any justice in the universe. Thanks again, Roger. * Incorporated an updated Polish translation. Thanks Slawomir. * Made built-in pane menu translatable. This is temporary. * Tweaked the man page (docs/gentoo.1x) a bit. Update patch provided by Juan RP in PR pkg/19308. I've also seized the opportunity to make this package honor PKG_SYSCONFDIR and depend on gettext-lib, which is required by the program.
13 lines
381 B
Text
13 lines
381 B
Text
$NetBSD: patch-aa,v 1.3 2002/12/07 10:12:43 jmmv Exp $
|
|
|
|
--- Makefile.in.orig Sun Sep 1 20:04:19 2002
|
|
+++ Makefile.in
|
|
@@ -29,7 +29,7 @@ bindir = @bindir@
|
|
sbindir = @sbindir@
|
|
libexecdir = @libexecdir@
|
|
datadir = @datadir@
|
|
-sysconfdir = @sysconfdir@
|
|
+sysconfdir = $(datadir)/examples/@PACKAGE@
|
|
sharedstatedir = @sharedstatedir@
|
|
localstatedir = @localstatedir@
|
|
libdir = @libdir@
|