summaryrefslogtreecommitdiff
path: root/security/courier-authlib/files/patch-userdb::Makefile.in
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2004-12-19 11:25:28 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2004-12-19 11:25:28 +0000
commitc16332dab7b02117be3c4acaa6e30ecc3845b910 (patch)
tree445b396957bf68e2b06a89be6539192b85a58b0a /security/courier-authlib/files/patch-userdb::Makefile.in
parentAdd 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 'security/courier-authlib/files/patch-userdb::Makefile.in')
-rw-r--r--security/courier-authlib/files/patch-userdb::Makefile.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/courier-authlib/files/patch-userdb::Makefile.in b/security/courier-authlib/files/patch-userdb::Makefile.in
new file mode 100644
index 000000000000..c4c62ce68aa3
--- /dev/null
+++ b/security/courier-authlib/files/patch-userdb::Makefile.in
@@ -0,0 +1,13 @@
+--- userdb/Makefile.in.orig Sat Dec 18 18:33:08 2004
++++ userdb/Makefile.in Sat Dec 18 18:34:09 2004
+@@ -378,8 +378,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)$(man8dir)/$$inst'"; \
+- $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \
++ echo " %%INSTALL_MAN%% '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
++ %%INSTALL_MAN%% "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \
+ done
+ uninstall-man8:
+ @$(NORMAL_UNINSTALL)