summaryrefslogtreecommitdiff
path: root/editors/TeXmacs/patches/patch-aa
blob: 31e6b1e929706215bb1c9fcee9141503c970397d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
$NetBSD: patch-aa,v 1.4 2002/12/04 09:35:48 jmmv Exp $

--- Makefile.in.orig	Thu Nov 28 00:55:59 2002
+++ Makefile.in
@@ -89,7 +89,7 @@ INSTALL:
 	@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)/fonts $(DESTDIR)$(tmdata)
 	$(CP) $(tmdir)/langs $(DESTDIR)$(tmdata)
 	$(CP) $(tmdir)/misc $(DESTDIR)$(tmdata)
@@ -112,10 +112,8 @@ INSTALL:
 	$(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