diff options
author | pat <pat@FreeBSD.org> | 2002-03-12 06:01:53 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-03-12 06:01:53 +0800 |
commit | 0886c96e7e7668e829ef0d686278e241f3704791 (patch) | |
tree | 2989100b0da3ede176d49d0a3ad0d1bc6c5ffdcf /emulators/xzx | |
parent | a576b011256e77c17189fa12612c4d275beedead (diff) | |
download | freebsd-ports-gnome-0886c96e7e7668e829ef0d686278e241f3704791.tar.gz freebsd-ports-gnome-0886c96e7e7668e829ef0d686278e241f3704791.tar.zst freebsd-ports-gnome-0886c96e7e7668e829ef0d686278e241f3704791.zip |
Add patch to fix package build
PR: 35782
Submitted by: maintainer
Diffstat (limited to 'emulators/xzx')
-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 |