summaryrefslogtreecommitdiff
path: root/sysutils/xnc/patches/patch-ak
diff options
context:
space:
mode:
authorjschauma <jschauma>2004-02-22 22:29:22 +0000
committerjschauma <jschauma>2004-02-22 22:29:22 +0000
commit4241ca9bc0aa841b5a362e15ea5fe58ddd5da93e (patch)
tree3dccd68721af9422a6a1f48c4c03a6d31d18a8bc /sysutils/xnc/patches/patch-ak
parent35c281afaa730ca561700e4db3ec180b55d547ae (diff)
downloadpkgsrc-4241ca9bc0aa841b5a362e15ea5fe58ddd5da93e.tar.gz
Update XNC to version 5.0.4
Whats New from verion 5.0.2 (05-Feb-2003): - Added 'create link' command for one file or group of selected files (Shift+F7) - Added displaing key shotcuts in menu - Fixed bugs with long file names and file names with special characters - Fixed bug with switching between terminal and FM window Whats New from verion 5.0.0 (01-Jan-2003): - Added quick 'cd' command - Ctrl-x. You can use Tab expantion there. - Added hot keys to panel sort methods and modes. - Added visual terminal/fm switch. - Fixes for status bar display items. - Fixes for edit/view files with spaces with external editor/viewer - Fixes for deletion files named with '-alala-' - Fixes for selection on right/bottom panels. - Added Spanish, Czech and Serbian translation (thanks people) - Added partly translated Hungarian messages
Diffstat (limited to 'sysutils/xnc/patches/patch-ak')
-rw-r--r--sysutils/xnc/patches/patch-ak16
1 files changed, 8 insertions, 8 deletions
diff --git a/sysutils/xnc/patches/patch-ak b/sysutils/xnc/patches/patch-ak
index e3507fb8797..b93229fc846 100644
--- a/sysutils/xnc/patches/patch-ak
+++ b/sysutils/xnc/patches/patch-ak
@@ -1,12 +1,12 @@
-$NetBSD: patch-ak,v 1.1 2002/07/08 14:25:07 jschauma Exp $
+$NetBSD: patch-ak,v 1.2 2004/02/22 22:29:22 jschauma Exp $
---- Make.common.in.orig Sun Jul 7 14:34:06 2002
-+++ Make.common.in Sun Jul 7 14:34:27 2002
-@@ -26,6 +26,7 @@
+--- Make.common.in.orig 2002-12-30 06:25:55.000000000 -0500
++++ Make.common.in 2004-02-22 16:43:56.000000000 -0500
+@@ -38,6 +38,7 @@
INSTALL = @INSTALL@
- INSTALL_PROGRAM = @INSTALL@ -s -m 755
+ INSTALL_PROGRAM = @INSTALL@ -m 755
INSTALL_DATA = @INSTALL@ -m 644
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
- INS=@INSTALL@ -m 755
- INSM=@INSTALL@ -m 644
- INSD=@INSTALL@ -d -m 755
+ INSTALL_DIR=@INSTALL@ -d -m 755
+ MKINSTALLDIRS=$(srcdir)/mkinstalldirs
+