mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Change ${LN} to ${INSTALL_DATA} when installing bash completion script
This commit is contained in:
parent
9469f118e6
commit
1dcbafc200
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290174
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ do-install:
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${MKDIR} ${PREFIX}/etc/bash_completion.d
|
${MKDIR} ${PREFIX}/etc/bash_completion.d
|
||||||
@${LN} ${WRKSRC}/examples/bash_completion_tmux.sh ${PREFIX}/etc/bash_completion.d/tmux
|
@${INSTALL_DATA} ${WRKSRC}/examples/bash_completion_tmux.sh ${PREFIX}/etc/bash_completion.d/tmux
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
@${MKDIR} ${DOCSDIR}
|
@${MKDIR} ${DOCSDIR}
|
||||||
.for i in ${PORTDOCS}
|
.for i in ${PORTDOCS}
|
||||||
|
|
Loading…
Add table
Reference in a new issue