forked from Lainports/freebsd-ports
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:
parent
4dfde965b5
commit
d9bcd97642
1 changed files with 2 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue