mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
18 lines
798 B
Plaintext
18 lines
798 B
Plaintext
$NetBSD: patch-aa,v 1.6 2004/01/20 14:44:13 recht Exp $
|
|
|
|
--- Makefile.in.orig 2003-12-28 17:18:07.000000000 +0100
|
|
+++ Makefile.in 2003-12-29 18:03:37.000000000 +0100
|
|
@@ -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
|