summaryrefslogtreecommitdiff
path: root/converters/odt2txt/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'converters/odt2txt/patches/patch-aa')
-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)