1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/emulators/xzx/files/patch-aa
Sheldon Hearn fa0fd44db7 Work around the build errors by updating: 2.9.0 -> 2.9.1
Submitted by:	Damian Kuczynski <damian@tmp.iem.pw.edu.pl>
1999-08-30 12:06:50 +00:00

33 lines
904 B
Plaintext

Put documentation in share/doc/xzx instead of lib/xzx:
--- doc/Makefile.in.orig Fri Oct 9 13:20:18 1998
+++ doc/Makefile.in Fri Oct 9 13:34:32 1998
@@ -52,6 +52,7 @@
sysconfdir = @sysconfdir@
sharedstatedir = @sharedstatedir@
localstatedir = @localstatedir@
+docdir = $(datadir)/doc
libdir = @libdir@
infodir = @infodir@
mandir = @mandir@
@@ -61,6 +62,7 @@
DESTDIR =
pkgdatadir = $(datadir)/@PACKAGE@
+pkgdocdir = $(docdir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
@@ -259,9 +261,9 @@
sed -e "s,/usr/local/lib/xzx,$(pkglibdir)," < Xzx.ad > Xzx
install-data-local: Xzx
- $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
+ $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)
for f in $(DOC_FILES); do \
- $(INSTALL_DATA) $$f $(DESTDIR)$(pkglibdir); \
+ $(INSTALL_DATA) $$f $(DESTDIR)$(pkgdocdir); \
done
$(INSTALL_DATA) Xzx @XAPPLOADDIR@/Xzx
rm -f Xzx