summaryrefslogtreecommitdiff
path: root/mail/fetchmail/patches/patch-ab
blob: fd225274c3f4266d810128e8f4e18d5f71a4e37d (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.14 2001/03/30 15:08:43 mycroft Exp $

--- Makefile.in.orig	Thu Mar 29 03:10:31 2001
+++ Makefile.in	Fri Mar 30 14:50:50 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..."
 	-$(MAKE) -C intl install
 	$(MAKE) -C po install