blob: a10364e9a6cf04ccf1d5b6c76e1e3b98d59cceb9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$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
|