devel/awscli: use mandoc instead of groff, suggest auto-complete

Add patch from PR 240664 to use mandoc instead of groff, and remove the
DOCS option and runtime dependency on groff. Bump PORTREVISION due to
the change in package dependencies.

While here, add pkg-message with instructions on how to enable auto-
complete for awscli.

PR:		240664
Submitted by:	nork@ninth-nine.com
Sponsored by:	Miles AS
This commit is contained in:
Bradley T. Hughes 2019-09-25 19:02:10 +00:00
parent 4dfde965b5
commit d9bcd97642

View file

@ -3,7 +3,7 @@
PORTNAME= awscli
PORTVERSION= 1.16.227
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= CHEESESHOP
@ -24,8 +24,6 @@ USES= python
USE_PYTHON= autoplist distutils concurrent noflavors
NO_ARCH= yes
OPTIONS_DEFINE= DOCS
DOCS_USES= groff:run
SUB_FILES= pkg-message
.include <bsd.port.mk>