diff options
Diffstat (limited to 'textproc/nbsed/files/Makefile.in')
-rw-r--r-- | textproc/nbsed/files/Makefile.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/textproc/nbsed/files/Makefile.in b/textproc/nbsed/files/Makefile.in index 3f301d271f6..3a354c3db6f 100644 --- a/textproc/nbsed/files/Makefile.in +++ b/textproc/nbsed/files/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.4 2004/08/27 03:45:08 jlam Exp $ +# $Id: Makefile.in,v 1.5 2012/03/08 01:12:07 joerg Exp $ @SET_MAKE@ SHELL = @SHELL@ @@ -79,10 +79,6 @@ install: sed @f=`echo sed.1|sed '$(transform)'`; \ echo "$(INSTALL_DATA) sed.1 $(DESTDIR)$(mandir)/man1/$$f"; \ $(INSTALL_DATA) sed.1 $(DESTDIR)$(mandir)/man1/$$f - $(mkinstalldirs) $(DESTDIR)$(mandir)/cat1 - @f=`echo sed.cat1|sed '$(transform);s,\.cat1$$,.0,'`; \ - echo "$(INSTALL_DATA) sed.cat1 $(DESTDIR)$(mandir)/cat1/$$f"; \ - $(INSTALL_DATA) sed.cat1 $(DESTDIR)$(mandir)/cat1/$$f uninstall: @f=`echo sed|sed '$(transform)'`; \ |