diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-26 05:29:36 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-26 05:29:36 +0000 |
commit | 84f00a499f84c3b046638116d3bd52e1b2e27f7c (patch) | |
tree | 31ea222767a75fdb5c35de2e64c003b9f9449c2d /lang/moscow_ml | |
parent | 51b8ccb1f8c8554660af4aaf74522c47636619bf (diff) | |
download | ports-84f00a499f84c3b046638116d3bd52e1b2e27f7c.tar.gz ports-84f00a499f84c3b046638116d3bd52e1b2e27f7c.zip |
Notes
Diffstat (limited to 'lang/moscow_ml')
-rw-r--r-- | lang/moscow_ml/Makefile | 4 |
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> |