- Change ${LN} to ${INSTALL_DATA} when installing bash completion script

This commit is contained in:
Pietro Cerutti 2012-01-31 13:37:29 +00:00
parent 9469f118e6
commit 1dcbafc200
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290174

View file

@ -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}