diff options
author | Ade Lovett <ade@FreeBSD.org> | 2013-07-23 21:39:06 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2013-07-23 21:39:06 +0000 |
commit | 0d7b7f5e50fb753b2d4392fff9835b6a7b62d827 (patch) | |
tree | eca59aa247560507b3c1df743ab2f2cd7a219d5c /mail/anubis | |
parent | 11e564a1d5321b57dba0ddd46d4beb08e7e5e376 (diff) |
Hack around fallout from recent update to automake-1.14
Notes
Notes:
svn path=/head/; revision=323553
Diffstat (limited to 'mail/anubis')
-rw-r--r-- | mail/anubis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/anubis/Makefile b/mail/anubis/Makefile index 77a5f396edef..e9273133ef4e 100644 --- a/mail/anubis/Makefile +++ b/mail/anubis/Makefile @@ -30,7 +30,7 @@ SOCKS_DESC= SOCKS proxy support USE_RC_SUBR= anubis USE_AUTOTOOLS= aclocal autoheader autoconf automake ACLOCAL_ARGS= -I m4 -I am -AUTOMAKE_ARGS= --force +AUTOMAKE_ARGS= --force --add-missing MAN1= anubis.1 INFO= anubis |