diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-09-16 19:16:44 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-09-16 19:16:44 +0000 |
commit | 04c8a0da7d4c15a04c5b65829577c2bab6d88301 (patch) | |
tree | d0c91f30fec93c7ec28ead5a1ebc8c4faca3142d /mail/imap-uw/Makefile | |
parent | 5a87685a2c4ae696ae7d62f501472682ab303812 (diff) | |
download | pkgsrc-04c8a0da7d4c15a04c5b65829577c2bab6d88301.tar.gz |
Add a minor note about SSL certificates in the MESSAGE file, as requested
in PR pkg/22375.
Diffstat (limited to 'mail/imap-uw/Makefile')
-rw-r--r-- | mail/imap-uw/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile index d89b0ae6a14..fe73f702289 100644 --- a/mail/imap-uw/Makefile +++ b/mail/imap-uw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2003/09/13 18:31:32 kim Exp $ +# $NetBSD: Makefile,v 1.69 2003/09/16 19:16:44 jmmv Exp $ # ATTENTION: # The Kerberos support in this software is known to be problematic. If you # upgrade this package you *must* test it on a system *without* Kerberos @@ -58,6 +58,7 @@ CCLIENT_MFILES= src/imapd/Makefile \ src/mtest/Makefile \ src/osdep/unix/Makefile +MESSAGE_SUBST+= SSLCERTS="${SSLCERTS}" PLIST_SUBST+= CCLIENT_MAJOR="${CCLIENT_MAJOR}" PLIST_SUBST+= CCLIENT_MINOR="${CCLIENT_MINOR}" |