summaryrefslogtreecommitdiff
path: root/finance/gnucash/patches/patch-be
diff options
context:
space:
mode:
Diffstat (limited to 'finance/gnucash/patches/patch-be')
-rw-r--r--finance/gnucash/patches/patch-be26
1 files changed, 0 insertions, 26 deletions
diff --git a/finance/gnucash/patches/patch-be b/finance/gnucash/patches/patch-be
deleted file mode 100644
index 02324ba59ed..00000000000
--- a/finance/gnucash/patches/patch-be
+++ /dev/null
@@ -1,26 +0,0 @@
-$NetBSD: patch-be,v 1.3 2005/10/20 14:18:24 wiz Exp $
-
---- src/doc/Makefile.in.orig 2005-10-19 22:26:09.000000000 +0200
-+++ src/doc/Makefile.in
-@@ -388,7 +388,7 @@ EXTRA_DIST = \
- query-api.txt \
- user-prefs-howto.txt
-
--docdir = ${GNC_DOC_INSTALL_DIR}
-+docdir = ${datadir}/doc
- all: all-recursive
-
- .SUFFIXES:
-@@ -723,10 +723,10 @@ maintainer-clean-local:
- rm -f refman.pdf
-
- install-data-hook:
-- $(mkinstalldirs) $(DESTDIR)$(docdir)/html
-+ $(mkinstalldirs) $(DESTDIR)$(docdir)/gnucash
- mkdir -p html #Workaround to allow libofx-cvs user to install without doc.
- # cp -rp $(srcdir)/html ${docdir}
-- cp -rp html $(DESTDIR)$(docdir)/html
-+ -cp -p html/* $(DESTDIR)$(docdir)/gnucash
-
- uninstall-hook:
- rm -rf ${docdir}/html