diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-10-30 01:49:15 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-10-30 01:49:15 +0000 |
commit | 8247c0e01ae9ae06647bbcb17c23a605049cd8e8 (patch) | |
tree | 9f8a92439a314de3a204c30ed343468d5da0bacb /security/cyrus-sasl/Makefile | |
parent | bd974e26c3a891a73379cd21f3b3c0e8f4859463 (diff) | |
download | ports-8247c0e01ae9ae06647bbcb17c23a605049cd8e8.tar.gz ports-8247c0e01ae9ae06647bbcb17c23a605049cd8e8.zip |
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/Makefile')
-rw-r--r-- | security/cyrus-sasl/Makefile | 2 |
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 \ |