summaryrefslogtreecommitdiff
path: root/converters/odt2txt/patches
diff options
context:
space:
mode:
authorreed <reed>2008-04-17 12:33:55 +0000
committerreed <reed>2008-04-17 12:33:55 +0000
commit12ef6aadcc36731a622760dd6edeea5e12672610 (patch)
treea8a7dd7d27e52040d3238da7c6568d8a866cc601 /converters/odt2txt/patches
parent6cf5829c0b102b0e472a48903ed51b60efbf90ce (diff)
downloadpkgsrc-12ef6aadcc36731a622760dd6edeea5e12672610.tar.gz
New package: odt2txt
odt2txt is a small, command-line tool which extracts the text out of OpenDocument Texts, as produced by OpenOffice.org, KOffice, StarOffice, and others. It supports multiple output encodings, has locale support, and is able to substitute unknown characters. (After I packaged this I also found o3read already packaged.)
Diffstat (limited to 'converters/odt2txt/patches')
-rw-r--r--converters/odt2txt/patches/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/converters/odt2txt/patches/patch-aa b/converters/odt2txt/patches/patch-aa
new file mode 100644
index 00000000000..125ce16692c
--- /dev/null
+++ b/converters/odt2txt/patches/patch-aa
@@ -0,0 +1,19 @@
+$NetBSD: patch-aa,v 1.1.1.1 2008/04/17 12:33:56 reed Exp $
+
+--- Makefile.orig 2007-05-21 15:50:37.000000000 -0500
++++ Makefile 2008-04-14 15:30:47.000000000 -0500
+@@ -19,10 +19,14 @@
+ INSTALL = install
+ GROFF = groff
+
++ifndef DESTDIR
+ DESTDIR = /usr/local
++endif
+ PREFIX =
+ BINDIR = $(PREFIX)/bin
++ifndef MANDIR
+ MANDIR = $(PREFIX)/share/man
++endif
+ MAN1DIR = $(MANDIR)/man1
+
+ ifeq ($(UNAME_S),FreeBSD)