From c16332dab7b02117be3c4acaa6e30ecc3845b910 Mon Sep 17 00:00:00 2001 From: Oliver Lehmann Date: Sun, 19 Dec 2004 11:25:28 +0000 Subject: Add courier-authlib Copies of this library code used to exist in other tarballs: Courier, Courier-IMAP, and SqWebMail. Building and installing any of these packages would've automatically installed this authentication code. The authentication library is now a separate, standalone package. This authentication library must now be installed, separately, before upgrading to the following builds (or if installing them for the first time): Courier 0.48, Courier-IMAP 4.0, and SqWebMail 5.0. See NEWS for more information. http://www.courier-mta.org/authlib/ --- mail/courier-authlib/files/patch-liblog::Makefile.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 mail/courier-authlib/files/patch-liblog::Makefile.in (limited to 'mail/courier-authlib/files/patch-liblog::Makefile.in') diff --git a/mail/courier-authlib/files/patch-liblog::Makefile.in b/mail/courier-authlib/files/patch-liblog::Makefile.in new file mode 100644 index 000000000000..301ba9c2efba --- /dev/null +++ b/mail/courier-authlib/files/patch-liblog::Makefile.in @@ -0,0 +1,13 @@ +--- liblog/Makefile.in.orig Sat Dec 18 18:31:57 2004 ++++ liblog/Makefile.in Sat Dec 18 18:32:18 2004 +@@ -346,8 +346,8 @@ + inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ + inst=`echo $$inst | sed -e 's/^.*\///'`; \ + inst=`echo $$inst | sed '$(transform)'`.$$ext; \ +- echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ +- $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \ ++ echo " %%INSTALL_MAN%% '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ ++ %%INSTALL_MAN%% "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \ + done + uninstall-man1: + @$(NORMAL_UNINSTALL) -- cgit v1.2.3