diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-03-11 22:01:53 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-03-11 22:01:53 +0000 |
commit | 7fd4ed84a5a46c7b8efd004ad106f6b64ce99e58 (patch) | |
tree | 309472e50576b656a513e3eeb00d6cc0264d9489 /emulators | |
parent | de10a2cdaaa90f94eed5b315d0c178623b84392f (diff) | |
download | ports-7fd4ed84a5a46c7b8efd004ad106f6b64ce99e58.tar.gz ports-7fd4ed84a5a46c7b8efd004ad106f6b64ce99e58.zip |
Add patch to fix package build
PR: 35782
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=55889
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xzx/files/patch-doc::Makefile.in | 13 |
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 |