summaryrefslogtreecommitdiff
path: root/lang/moscow_ml
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-08-26 05:29:36 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-08-26 05:29:36 +0000
commit84f00a499f84c3b046638116d3bd52e1b2e27f7c (patch)
tree31ea222767a75fdb5c35de2e64c003b9f9449c2d /lang/moscow_ml
parentAdd vje.tgz. (diff)
"ln -s" -> "ln -sf"
Notes
Notes: svn path=/head/; revision=12854
Diffstat (limited to 'lang/moscow_ml')
-rw-r--r--lang/moscow_ml/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/moscow_ml/Makefile b/lang/moscow_ml/Makefile
index f9471f640b43..036fedf5ead7 100644
--- a/lang/moscow_ml/Makefile
+++ b/lang/moscow_ml/Makefile
@@ -3,7 +3,7 @@
# Date created: 2 August 1998
# Whom: chuckr
#
-# $Id: Makefile,v 1.9 1998/08/02 17:38:18 chuckr Exp $
+# $Id: Makefile,v 1.10 1998/08/02 17:42:01 chuckr Exp $
#
DISTNAME= mos14src
@@ -40,6 +40,6 @@ post-install:
.endif
for file in $(PREFIX)/moscow_ml/bin/*;do \
if [ -f $${file} ]; then\
- $(LN) -s $${file} $(PREFIX)/bin;fi;done
+ $(LN) -sf $${file} $(PREFIX)/bin;fi;done
.include <bsd.port.mk>