diff options
| author | Oliver Lehmann <oliver@FreeBSD.org> | 2004-12-19 11:25:28 +0000 |
|---|---|---|
| committer | Oliver Lehmann <oliver@FreeBSD.org> | 2004-12-19 11:25:28 +0000 |
| commit | c16332dab7b02117be3c4acaa6e30ecc3845b910 (patch) | |
| tree | 445b396957bf68e2b06a89be6539192b85a58b0a /mail/courier-authlib/files/patch-liblog::Makefile.in | |
| parent | Add explicit perl dependency. will no longer be implied by USE_X_PREFIX. (diff) | |
Add courier-authlib
<quote>
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.
</quote>
http://www.courier-mta.org/authlib/
Notes
Notes:
svn path=/head/; revision=124478
Diffstat (limited to 'mail/courier-authlib/files/patch-liblog::Makefile.in')
| -rw-r--r-- | mail/courier-authlib/files/patch-liblog::Makefile.in | 13 |
1 files changed, 13 insertions, 0 deletions
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) |
