diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-03-03 07:55:40 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-03-03 07:55:40 +0000 |
commit | a1b38dadba1d68dbd6e766b5fbc41b0a57a9f12b (patch) | |
tree | 37b92af68c6e3e81fc75ebcddae77dd0fe1e86aa /emulators/xzx/files | |
parent | Update to 1.70 (diff) |
Update to 4.0
PR: 35465
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=55464
Diffstat (limited to 'emulators/xzx/files')
-rw-r--r-- | emulators/xzx/files/patch-aa | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/emulators/xzx/files/patch-aa b/emulators/xzx/files/patch-aa deleted file mode 100644 index 429a17dbad8c..000000000000 --- a/emulators/xzx/files/patch-aa +++ /dev/null @@ -1,32 +0,0 @@ -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 |