diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 01:58:05 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 01:58:05 +0000 |
commit | af5f314286ac9e406765f8c4bdc4a1cad6826c8e (patch) | |
tree | 656442e4eb4e7a3efb0e0b1776eb4220f3f5ba72 /devel/tclcl | |
parent | echo -> ${ECHO}/${ECHO_MSG} (diff) |
ln -> ${LN}
Notes
Notes:
svn path=/head/; revision=21047
Diffstat (limited to 'devel/tclcl')
-rw-r--r-- | devel/tclcl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/tclcl/Makefile b/devel/tclcl/Makefile index 0aa3b03bd396..5fca48851fe6 100644 --- a/devel/tclcl/Makefile +++ b/devel/tclcl/Makefile @@ -24,5 +24,5 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/otcldoc ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/libtclcl.a ${PREFIX}/lib - @ln -sf ${PREFIX}/lib/libtclcl.a ${PREFIX}/lib/libTcl.a + @${LN} -sf ${PREFIX}/lib/libtclcl.a ${PREFIX}/lib/libTcl.a .include <bsd.port.mk> |