diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-14 14:43:51 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-14 14:43:51 +0000 |
commit | da2456e131a3f43d581a100117541382336420a7 (patch) | |
tree | 72dbecfca36886941f93b54daf8add80ee698790 /security/cyrus-sasl2 | |
parent | 354e1c7642def99f3ef5c529057075166ae14a28 (diff) | |
download | pkgsrc-da2456e131a3f43d581a100117541382336420a7.tar.gz |
Add a note to cyrus-sasl2/Makefile.common about which package Makefiles
include it. This is a reminder to anyone who updates cyrus-sasl2 to also
touch the other packages.
Update the cy2-*/PLIST files to have the correct module version numbers.
Diffstat (limited to 'security/cyrus-sasl2')
-rw-r--r-- | security/cyrus-sasl2/Makefile.common | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/cyrus-sasl2/Makefile.common b/security/cyrus-sasl2/Makefile.common index 4b17233bb74..f94ff3ff0b8 100644 --- a/security/cyrus-sasl2/Makefile.common +++ b/security/cyrus-sasl2/Makefile.common @@ -1,4 +1,10 @@ -# $NetBSD: Makefile.common,v 1.16 2004/02/14 13:55:19 jlam Exp $ +# $NetBSD: Makefile.common,v 1.17 2004/02/14 14:43:51 jlam Exp $ +# +# This file is currently included by: +# +# security/cyrus-sasl2/Makefile +# security/cy2-login/Makefile +# security/cy2-ntlm/Makefile # # This Makefile fragment should be included _below_ any SASL_PLUGIN # definition and _above_ any CONFIGURE_ARGS definitions. |