summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-10-30 01:49:15 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-10-30 01:49:15 +0000
commit8247c0e01ae9ae06647bbcb17c23a605049cd8e8 (patch)
tree9f8a92439a314de3a204c30ed343468d5da0bacb /security/cyrus-sasl
parentInstead of setting ${AUTOMAKE} to automake -a -i, set ${AUTOMAKE_ARGS} (diff)
Instead of setting ${AUTOMAKE} to automake --add-missing --include-deps,
set ${AUTOMAKE_ARGS} to --add-missing --include-deps. PR: 31593 Submitted by: TOGAWA Satoshi <toga@puyo.org>
Notes
Notes: svn path=/head/; revision=49355
Diffstat (limited to 'security/cyrus-sasl')
-rw-r--r--security/cyrus-sasl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/cyrus-sasl/Makefile b/security/cyrus-sasl/Makefile
index 6c55ae2e3a57..111d6d841e04 100644
--- a/security/cyrus-sasl/Makefile
+++ b/security/cyrus-sasl/Makefile
@@ -36,7 +36,7 @@ MAN8= sasldblistusers.8 saslpasswd.8
USE_AUTOMAKE= YES
USE_LIBTOOL= YES
AUTOHEADER= autoheader
-AUTOMAKE= automake --add-missing --include-deps
+AUTOMAKE_ARGS= --add-missing --include-deps
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \
--with-plugindir=${PREFIX}/lib/sasl \