fed89dfb62
SqWebMail is a web CGI client for sending and receiving E-mail using Maildir mailboxes. It is very lightweight -- it reads mail directly from Maildirs.
30 lines
1.1 KiB
Text
30 lines
1.1 KiB
Text
$NetBSD: patch-ab,v 1.1.1.1 2002/01/24 07:23:44 jlam Exp $
|
|
|
|
--- authlib/Makefile.in.orig Fri Jan 18 22:54:59 2002
|
|
+++ authlib/Makefile.in
|
|
@@ -2056,23 +2056,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
|