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 /shells | |
parent | 17314cf2c355c83b78c65fb1fa52027a3db2ca2a (diff) | |
download | ports-af5f314286ac9e406765f8c4bdc4a1cad6826c8e.tar.gz ports-af5f314286ac9e406765f8c4bdc4a1cad6826c8e.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/scsh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/scsh/Makefile b/shells/scsh/Makefile index 4d358a255c67..398d5774dc50 100644 --- a/shells/scsh/Makefile +++ b/shells/scsh/Makefile @@ -3,7 +3,7 @@ # Date created: Jul, 15, 1997 # Whom: cracauer@cons.org "Martin Cracauer" # -# $Id: Makefile,v 1.7 1999/02/23 02:20:21 jkoshy Exp $ +# $Id: Makefile,v 1.8 1999/05/31 04:52:27 steve Exp $ # DISTNAME= scsh-0.5.1 @@ -35,6 +35,6 @@ post-install: (cd ${WRKSRC} ; \ ${INSTALL_DATA} README RELEASE NEWS COPYING ${PREFIX}/lib/scsh/doc) ${RM} -f ${PREFIX}/share/doc/scsh - ln -fs ${PREFIX}/lib/scsh/doc ${PREFIX}/share/doc/scsh + ${LN} -fs ${PREFIX}/lib/scsh/doc ${PREFIX}/share/doc/scsh .include <bsd.port.post.mk> |