Add support for WITH_BASH_DEVEL=yes to depend on shells/bash-devel.
Also, use MDOCS.
This commit is contained in:
parent
0e4f32f06d
commit
c8b267ee81
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310540
1 changed files with 7 additions and 1 deletions
|
@ -12,7 +12,11 @@ MASTER_SITES= http://bash-completion.alioth.debian.org/files/
|
|||
MAINTAINER= adamw@FreeBSD.org
|
||||
COMMENT= Programmable completion library for Bash
|
||||
|
||||
.if defined(WITH_BASH_DEVEL)
|
||||
RUN_DEPENDS=bash:${PORTSDIR}/shells/bash-devel
|
||||
.else
|
||||
RUN_DEPENDS=bash:${PORTSDIR}/shells/bash
|
||||
.endif
|
||||
|
||||
CONFLICTS= bash-completion-classic-[0-9]*
|
||||
|
||||
|
@ -25,6 +29,8 @@ SUB_FILES= pkg-message
|
|||
SUB_LIST+= RUNFILE=${DATADIR}/bash_completion.sh
|
||||
PORTDOCS= *
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g; \
|
||||
s|/etc/bash_completion|${PREFIX}&|g; \
|
||||
|
@ -42,7 +48,7 @@ post-patch:
|
|||
${WRKSRC}/completions/*
|
||||
|
||||
post-install:
|
||||
.if !defined(WITHOUT_DOCS)
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
${MKDIR} ${DOCSDIR}
|
||||
. for i in README doc/bash_completion.txt doc/bashrc doc/inputrc
|
||||
${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR}
|
||||
|
|
Loading…
Reference in a new issue