summaryrefslogtreecommitdiff
path: root/emulators/xzx/files/patch-doc::Makefile.in
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-03-11 22:01:53 +0000
committerPatrick Li <pat@FreeBSD.org>2002-03-11 22:01:53 +0000
commit7fd4ed84a5a46c7b8efd004ad106f6b64ce99e58 (patch)
tree309472e50576b656a513e3eeb00d6cc0264d9489 /emulators/xzx/files/patch-doc::Makefile.in
parentUpdate to 0.90 and add new site (diff)
Add patch to fix package build
PR: 35782 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=55889
Diffstat (limited to '')
-rw-r--r--emulators/xzx/files/patch-doc::Makefile.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/xzx/files/patch-doc::Makefile.in b/emulators/xzx/files/patch-doc::Makefile.in
new file mode 100644
index 000000000000..e737ad9884cc
--- /dev/null
+++ b/emulators/xzx/files/patch-doc::Makefile.in
@@ -0,0 +1,13 @@
+--- doc/Makefile.in.orig Mon Mar 11 16:43:00 2002
++++ doc/Makefile.in Mon Mar 11 16:45:09 2002
+@@ -258,8 +258,9 @@
+
+ install-data-local: Xzx
+ $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
++ $(mkinstalldirs) $(PREFIX)/share/doc/xzx-pro/
+ for f in $(DOC_FILES); do \
+- $(INSTALL_DATA) $$f $(DESTDIR)$(pkglibdir); \
++ $(INSTALL_DATA) $$f $(PREFIX)/share/doc/xzx-pro/; \
+ done
+ -$(mkinstalldirs) $(DESTDIR)@XAPPLOADDIR@
+ -$(INSTALL_DATA) Xzx $(DESTDIR)@XAPPLOADDIR@/Xzx