summaryrefslogtreecommitdiff
path: root/mail/fetchmail/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'mail/fetchmail/patches/patch-ab')
-rw-r--r--mail/fetchmail/patches/patch-ab21
1 files changed, 0 insertions, 21 deletions
diff --git a/mail/fetchmail/patches/patch-ab b/mail/fetchmail/patches/patch-ab
deleted file mode 100644
index a10364e9a6c..00000000000
--- a/mail/fetchmail/patches/patch-ab
+++ /dev/null
@@ -1,21 +0,0 @@
-$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