From 350d05c45ee6bc34bcd3a034eb98e875954e9d8f Mon Sep 17 00:00:00 2001 From: agc Date: Fri, 27 Apr 2001 12:18:33 +0000 Subject: Initial import of rtf-tools-1.10 into the packages collection. Provided in PR 12583 by Ben Collver (collver@linuxfreemail.com). This distribution contains source and documentation for an RTF (Rich Text Format) translation tool. Translators exist to produce plaintext and troff output. --- textproc/rtf-tools/patches/patch-ad | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 textproc/rtf-tools/patches/patch-ad (limited to 'textproc/rtf-tools/patches/patch-ad') diff --git a/textproc/rtf-tools/patches/patch-ad b/textproc/rtf-tools/patches/patch-ad new file mode 100644 index 00000000000..7c550a0f2fd --- /dev/null +++ b/textproc/rtf-tools/patches/patch-ad @@ -0,0 +1,22 @@ +$NetBSD: patch-ad,v 1.1.1.1 2001/04/27 12:18:33 agc Exp $ + +--- rtf2troff/Makefile.orig Sun Apr 8 13:16:06 2001 ++++ rtf2troff/Makefile Sun Apr 8 13:18:24 2001 +@@ -381,7 +381,8 @@ + rtf2groff:: rtf2groff.sh + $(RM) $@ + echo "#!"$(SHELL) > $@ +- $(MSUB) rtf2groff.sh >> $@ ++ $(CAT) rtf2groff.sh >> $@ ++# $(MSUB) rtf2groff.sh >> $@ + $(CHMOD) a+x $@ + + clean:: +@@ -444,7 +445,6 @@ + # DO NOT DELETE + + trf-unix.o: /usr/include/stdio.h /usr/include/sys/types.h +-trf-unix.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h + trf-unix.o: /usr/include/ctype.h .././h/rtf.h .././h/rtf-unix.h rtf2troff.h + trf-writer.o: /usr/include/stdio.h /usr/include/ctype.h .././h/rtf.h + trf-writer.o: rtf2troff.h -- cgit v1.2.3