1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/emulators/xzx/files/patch-aa
Sheldon Hearn a92faf39db Update 2.8.1 -> 2.9.0:
Sports native FreeBSD joystick and audio support (both untested) and
bugfixes.
1999-06-23 13:19:35 +00:00

33 lines
864 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@
@@ -260,9 +262,9 @@
sed -e "s,/usr/local/lib/xzx,$(pkglibdir)," < Xzx.ad > Xzx
install-data-local: Xzx
- $(mkinstalldirs) $(pkglibdir)
+ $(mkinstalldirs) $(pkgdocdir)
for f in $(DOC_FILES); do \
- $(INSTALL_DATA) $$f $(pkglibdir); \
+ $(INSTALL_DATA) $$f $(pkgdocdir); \
done
$(INSTALL_DATA) Xzx @XAPPLOADDIR@/Xzx
rm -f Xzx