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/spin/Makefile | |
parent | 17314cf2c355c83b78c65fb1fa52027a3db2ca2a (diff) | |
download | ports-af5f314286ac9e406765f8c4bdc4a1cad6826c8e.tar.gz ports-af5f314286ac9e406765f8c4bdc4a1cad6826c8e.zip |
Notes
Diffstat (limited to 'devel/spin/Makefile')
-rw-r--r-- | devel/spin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/spin/Makefile b/devel/spin/Makefile index 2acb8299598f..2b32a76680f9 100644 --- a/devel/spin/Makefile +++ b/devel/spin/Makefile @@ -30,7 +30,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/spin ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKDIR}/Xspin3.3/xspin333.tcl ${PREFIX}/bin ${RM} -f ${PREFIX}/bin/xspin - ln -s ${PREFIX}/bin/xspin333.tcl ${PREFIX}/bin/xspin + ${LN} -s ${PREFIX}/bin/xspin333.tcl ${PREFIX}/bin/xspin .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/spin/Doc |