Hi, the groff build dies with:
make: don't know how to make ./groffer.man (prerequisite of: groffer) Here is the fix. Yours, Ingo commit 1afec5f087931019f701224bb36468186065a332 Author: Ingo Schwarze <schwa...@openbsd.org> Date: Mon Mar 10 20:39:21 2014 +0100 "make clean" must not remove the checked-in groffer.man diff --git a/contrib/groffer/ChangeLog b/contrib/groffer/ChangeLog index 0cbeaff..f16cc46 100644 --- a/contrib/groffer/ChangeLog +++ b/contrib/groffer/ChangeLog @@ -1,3 +1,12 @@ +2014-03-10 Ingo Schwarze <schwa...@openbsd.org> + + * contrib/groffer/Makefile.sub: "make clean" must not remove + the checked-in source file groffer.man. + + This got broken in fabbbb0e335801bc20f5c25fb0c448e23673721d + when groffer.man was moved from the former perl/ subdir and + the cp(1) call was removed that used to copy it around. + 2014-02-26 Bernd Warken <groff-bernd.warken...@web.de> * Makefile.sub: fix diff --git a/contrib/groffer/Makefile.sub b/contrib/groffer/Makefile.sub index 2bbc620..65ae56d 100644 --- a/contrib/groffer/Makefile.sub +++ b/contrib/groffer/Makefile.sub @@ -40,8 +40,7 @@ MAN1=groffer.n \ roff2text.n \ roff2x.n -MOSTLYCLEANADD=groffer HAVE_PERL groffer.man \ - $(MAN1) $(ROFF2MAN) $(ROFF2PROGS) +MOSTLYCLEANADD=groffer HAVE_PERL $(MAN1) $(ROFF2MAN) $(ROFF2PROGS) # not all make programs have $(RM) predefined. RM=rm -f