use global configs instead of per-user, man page describes enough to
do away with MESSAGE. patch from Nick Nauwelaerts <nick@wanadoo.be>
This commit is contained in:
parent
9df2f3017e
commit
6d4ae44a36
12
textproc/antiword/patches/patch-antiword_h
Normal file
12
textproc/antiword/patches/patch-antiword_h
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-antiword_h,v 1.3 2002/01/10 22:48:12 mark Exp $
|
||||
--- antiword.h.orig Tue Sep 25 21:36:47 2001
|
||||
+++ antiword.h Thu Jan 10 14:40:59 2002
|
||||
@@ -143,7 +143,7 @@
|
||||
#define ANTIWORD_DIR "antiword"
|
||||
#define FONTNAMES_FILE "fontname.txt"
|
||||
#else
|
||||
-#define GLOBAL_ANTIWORD_DIR "/opt/antiword/share"
|
||||
+#define GLOBAL_ANTIWORD_DIR "/usr/local/share/antiword/resources"
|
||||
#define ANTIWORD_DIR ".antiword"
|
||||
#define FONTNAMES_FILE "fontnames"
|
||||
#endif /* __dos */
|
@ -1,6 +0,0 @@
|
||||
Antiword resources are in ${PREFIX}/share/antiword/resources.
|
||||
|
||||
Copy the files from this directory into $HOME/.antiword, for
|
||||
each user wishing to use antiword.
|
||||
|
||||
This allows each user to customize antiword how s/he wants.
|
Loading…
Reference in New Issue
Block a user