pkgsrc/mail/courier-imap/patches/patch-ab
jlam cad0d080bd Update mail/courier-imap to 1.4.2. Changes from version 1.4.0 include minor
bug fixes, plus the major change of moving the authentication modules into
a separate package (courier-auth).  The authentication modules are to be
shared with a forthcoming sqwebmail package.
2002-01-22 22:08:48 +00:00

30 lines
1.1 KiB
Text

$NetBSD: patch-ab,v 1.3 2002/01/22 22:08:54 jlam Exp $
--- authlib/Makefile.in.orig Fri Jan 18 22:19:41 2002
+++ authlib/Makefile.in
@@ -2057,23 +2057,9 @@
# automake still a bit stupid...
-install-data-local: install-authldaprc install-authdaemonrc install-authmysqlrc install-authpgsqlrc
- test "$(man_LINKS)" = "" && exit 0; \
- $(mkinstalldirs) $(DESTDIR)$(man7dir) ; \
- for f in $(man_MANS) "" ; do \
- test "$$f" = "" && continue ; \
- $(INSTALL_DATA) $$f $(DESTDIR)$(man7dir) ; done ; \
- cd $(DESTDIR)$(man7dir) || exit 1 ; \
- for f in $(man_LINKS) "" ; do \
- test "$$f" = "" && continue ; \
- rm -f $$f; $(LN_S) authlib.7 $$f ; \
- test -w /etc && chown bin $$f && chgrp bin $$f ; \
- done ; exit 0
+install-data-local:
-uninstall-local: uninstall-authldaprc uninstall-authdaemonrc uninstall-authmysqlrc uninstall-authpgsqlrc
- cd $(DESTDIR)$(man7dir) 2>/dev/null || exit 0 ; \
- test "$(man_LINKS)" = "" && exit 0; \
- rm -f $(man_LINKS) $(man_MANS)
+uninstall-local:
authlib.html: authlib.html.in
CONFIG_FILES=authlib.html CONFIG_HEADERS= $(SHELL) ./config.status