diff options
author | jhale <jhale@FreeBSD.org> | 2015-03-05 17:12:56 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2015-03-05 17:12:56 +0800 |
commit | 48eae413feb42e72fcb9b2f6ad30107c794f8562 (patch) | |
tree | 6b0aad4a932ddd33daeedea720abf76f893d1266 | |
parent | 9900cd6fec2ced0ad914782776e5449c699ff8d7 (diff) | |
download | freebsd-ports-graphics-48eae413feb42e72fcb9b2f6ad30107c794f8562.tar.gz freebsd-ports-graphics-48eae413feb42e72fcb9b2f6ad30107c794f8562.tar.zst freebsd-ports-graphics-48eae413feb42e72fcb9b2f6ad30107c794f8562.zip |
- Add CPE support [1]
- Tab -> space in WWW line [2]
PR: 198181 [1], 198182 [2]
Submitted by: shun <shun.fbsd.pr@dropcut.net>
-rw-r--r-- | mail/anubis/Makefile | 3 | ||||
-rw-r--r-- | mail/anubis/pkg-descr | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/mail/anubis/Makefile b/mail/anubis/Makefile index 5ffbace5d4a..9d7bff9abf4 100644 --- a/mail/anubis/Makefile +++ b/mail/anubis/Makefile @@ -23,8 +23,9 @@ GSASL_DESC= GSASL support (required for databases) GDBM_DESC= GDBM backend SOCKS_DESC= SOCKS proxy support -USES= charsetfix makeinfo pkgconfig shebangfix +USES= charsetfix cpe makeinfo pkgconfig shebangfix CHARSETFIX_MAKEFILEIN= gnulib.mk +CPE_VENDOR= gnu SHEBANG_FILES= contrib/msg2smtp.pl USE_RC_SUBR= anubis USE_AUTOTOOLS= aclocal autoheader autoconf automake diff --git a/mail/anubis/pkg-descr b/mail/anubis/pkg-descr index aa6b2df074e..033a8515be4 100644 --- a/mail/anubis/pkg-descr +++ b/mail/anubis/pkg-descr @@ -16,4 +16,4 @@ or tunnel a connection through a SOCKS proxy server. ** An outgoing mail processor and the SMTP tunnel. *** Mail Transport Agent (server) -WWW: http://www.gnu.org/software/anubis/ +WWW: http://www.gnu.org/software/anubis/ |