$NetBSD: patch-ab,v 1.11 2009/08/21 11:25:27 adam Exp $ --- efax/Makefile.in.orig 2009-08-20 17:45:41.000000000 +0200 +++ efax/Makefile.in @@ -317,7 +317,7 @@ install-man1: $(man1_MANS) $(man_MANS) 1*) ;; \ *) ext='1' ;; \ esac; \ - inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ + inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$/-0.9a/'`; \ inst=`echo $$inst | sed -e 's/^.*\///'`; \ inst=`echo $$inst | sed '$(transform)'`.$$ext; \ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \