$NetBSD: patch-ab,v 1.15 2001/06/15 11:42:18 itojun Exp $ --- Makefile.in.orig Tue Jun 12 21:12:15 2001 +++ Makefile.in Fri Jun 15 20:38:12 2001 @@ -166,12 +166,12 @@ $(SHELL) ${srcdir}/mkinstalldirs $(DESTDIR)$(bindir) $(DESTDIR)$(mandir) @echo "Installing fetchmail binary..." $(INSTALL_PROGRAM) ./fetchmail $(DESTDIR)$(bindir)/fetchmail - @echo "Installing fetchmail configurator..." - $(INSTALL_PROGRAM) ${srcdir}/fetchmailconf $(DESTDIR)$(bindir)/fetchmailconf +# @echo "Installing fetchmail configurator..." +# $(INSTALL_PROGRAM) ${srcdir}/fetchmailconf $(DESTDIR)$(bindir)/fetchmailconf @echo "Installing manual page..." $(INSTALL_DATA) $(srcdir)/fetchmail.man $(DESTDIR)$(mandir)/fetchmail.$(manext) - rm -f $(DESTDIR)$(mandir)/fetchmailconf.$(manext) - cd $(DESTDIR)$(mandir) && ln -s fetchmail.$(manext) fetchmailconf.$(manext) +# rm -f $(DESTDIR)$(mandir)/fetchmailconf.$(manext) +# cd $(DESTDIR)$(mandir) && ln -s fetchmail.$(manext) fetchmailconf.$(manext) @echo "Installing language catalogs..." -cd intl; $(MAKE) install cd po; $(MAKE) install