diff --git a/textproc/antiword/patches/patch-antiword_h b/textproc/antiword/patches/patch-antiword_h new file mode 100644 index 00000000000..1e3b114aecf --- /dev/null +++ b/textproc/antiword/patches/patch-antiword_h @@ -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 */ diff --git a/textproc/antiword/pkg/MESSAGE b/textproc/antiword/pkg/MESSAGE deleted file mode 100644 index 8a92df2c922..00000000000 --- a/textproc/antiword/pkg/MESSAGE +++ /dev/null @@ -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.