f1bc802a0f
X Northern Captain is a X Window file manager that allows to create, copy, move, rename, delete, view and edit files in a Virtual File System (VFS). VFS consists from a normal disk space and a Archive File System (AFS). All file operations in AFS can be done exactly as in normal file system. The IVES - file viewer and editor for X Window included, provides a comprehensive way to view and edit images in many different formats: GIF, JPEG, PCX, BMP, XBM, XPM, TIFF, TGA, PCD, PNG. Package provided by Rui-Xiang Guo <xg@ms25.url.com.tw> in PR pkg/13835
13 lines
372 B
Text
13 lines
372 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2001/09/17 05:40:06 zuntum Exp $
|
|
|
|
--- filedir/makefile.in.orig Wed Apr 25 20:11:20 2001
|
|
+++ filedir/makefile.in Wed Apr 25 20:11:28 2001
|
|
@@ -34,7 +34,7 @@
|
|
@MCOMMON@
|
|
|
|
VERSION = 3.20.1
|
|
-MAGIC = /usr/share/magic
|
|
+MAGIC = /usr/share/misc/magic
|
|
#MAGIC = /usr/local/etc/magic
|
|
|
|
MAGDEFS = -DMAGIC='"$(MAGIC)"' -DMAGIC_FOR_XNC $(DEFS)# -Dvoid=int
|