aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2012-01-31 13:37:29 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2012-01-31 13:37:29 +0000
commit1dcbafc200a85d7b65e46800d27f6b220e2fb94c (patch)
tree6a48be23162a14d8b307ff797f6741e873874ab9 /sysutils
parent9469f118e6e82af6a67a7cddca9f6e5a4f9efd37 (diff)
downloadports-1dcbafc200a85d7b65e46800d27f6b220e2fb94c.tar.gz
ports-1dcbafc200a85d7b65e46800d27f6b220e2fb94c.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/tmux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/tmux/Makefile b/sysutils/tmux/Makefile
index 792c2b9c0c55..1a3d0b244be6 100644
--- a/sysutils/tmux/Makefile
+++ b/sysutils/tmux/Makefile
@@ -69,7 +69,7 @@ do-install:
post-install:
${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)
@${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}