diff options
author | petef <petef@FreeBSD.org> | 2001-10-30 01:49:15 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-10-30 01:49:15 +0000 |
commit | 6ee8704575c4eb974538ae697785f138f02c29fa (patch) | |
tree | 903667712e6e2e026c5a23f990164efeb3270301 /security/cyrus-sasl2 | |
parent | 7b7899bb72a58eea61b66d6651785f62de73e2a8 (diff) | |
download | FreeBSD-ports-6ee8704575c4eb974538ae697785f138f02c29fa.zip FreeBSD-ports-6ee8704575c4eb974538ae697785f138f02c29fa.tar.gz |
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>
Diffstat (limited to 'security/cyrus-sasl2')
-rw-r--r-- | security/cyrus-sasl2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index 6c55ae2..111d6d841 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/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 \ |