$NetBSD: patch-aa,v 1.5 2004/01/01 12:30:56 recht Exp $ --- Makefile.in.orig 2003-12-28 17:18:07.000000000 +0100 +++ Makefile.in 2003-12-29 18:03:37.000000000 +0100 @@ -136,7 +136,7 @@ @echo installed TeXmacs executables in $(DESTDIR)$(tmbin) $(MKDIR) $(DESTDIR)$(tmdata) $(CP) $(tmdir)/LICENSE $(DESTDIR)$(tmdata) - $(CP) $(tmdir)/doc $(DESTDIR)$(tmdata) + $(CP) $(tmdir)/doc $(DESTDIR)$(datadir)/doc/TeXmacs $(CP) $(tmdir)/examples $(DESTDIR)$(tmdata) $(CP) $(tmdir)/fonts $(DESTDIR)$(tmdata) $(CP) $(tmdir)/langs $(DESTDIR)$(tmdata) @@ -166,10 +166,8 @@ $(MKDIR) $(DESTDIR)$(mandir)/man1 $(CP) misc/man/fig2ps.1 $(DESTDIR)$(mandir)/man1 $(CP) misc/man/texmacs.1 $(DESTDIR)$(mandir)/man1 - $(GZIP) $(DESTDIR)$(mandir)/man1/fig2ps.1 - $(GZIP) $(DESTDIR)$(mandir)/man1/texmacs.1 - $(CHMOD) go=rX $(DESTDIR)$(mandir)/man1/fig2ps.1.gz - $(CHMOD) go=rX $(DESTDIR)$(mandir)/man1/texmacs.1.gz + $(CHMOD) go=rX $(DESTDIR)$(mandir)/man1/fig2ps.1 + $(CHMOD) go=rX $(DESTDIR)$(mandir)/man1/texmacs.1 @echo installed TeXmacs manual pages in $(DESTDIR)$(mandir) @echo ---------------------------------------------------- @echo TeXmacs has been successfully installed