Initial import of troffcvt-1.04 into the packages collection.
[pkgsrc.git] / textproc / troffcvt / patches / patch-ac
1 $NetBSD$
2
3 --- tblcvt/Makefile.orig        Sun Apr  8 20:23:09 2001
4 +++ tblcvt/Makefile     Sun Apr  8 20:23:31 2001
5 @@ -309,7 +309,8 @@
6  tblcvt:: tblcvt.pl
7         $(RM) $@
8         echo "#!"$(PERL5PATH) > $@
9 -       $(MSUB) tblcvt.pl >> $@
10 +       $(CAT) tblcvt.pl >> $@
11 +#      $(MSUB) tblcvt.pl >> $@
12         $(CHMOD) a+x $@
13  
14  clean::