diff options
author | asami <asami@FreeBSD.org> | 1996-11-21 17:32:45 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-21 17:32:45 +0800 |
commit | f9424e485419c3e06ef03f07504306ab2314df2f (patch) | |
tree | d77a0ab7afbeb2ed4036f96d94c510f1e3e3c84e /lang | |
parent | e273b8713a6c09949ef16ea4666bca19fffa051b (diff) | |
download | freebsd-ports-gnome-f9424e485419c3e06ef03f07504306ab2314df2f.tar.gz freebsd-ports-gnome-f9424e485419c3e06ef03f07504306ab2314df2f.tar.zst freebsd-ports-gnome-f9424e485419c3e06ef03f07504306ab2314df2f.zip |
Typo typo (no, not my fault!).
Diffstat (limited to 'lang')
-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 4b6d5e13ea27..a0dba0c1e7ed 100644 --- a/lang/moscow_ml/Makefile +++ b/lang/moscow_ml/Makefile @@ -3,7 +3,7 @@ # Date created: 26 July 1996 # Whom: chuckr # -# $Id: Makefile,v 1.5 1996/10/11 18:58:01 asami Exp $ +# $Id: Makefile,v 1.6 1996/11/12 02:18:45 obrien Exp $ # DISTNAME= mos14src @@ -27,7 +27,7 @@ post-install: (cd ${WRKDIR}/mosml/examples; \ ${INSTALL_DATA} README ${PREFIX}/moscow_ml/examples; \ for sdirs in manual mls helpsigs calc pretty lexyacc;do \ - ${MKDRI} ${PREFIX}/moscow_ml/examples/$${sdirs}; \ + ${MKDIR} ${PREFIX}/moscow_ml/examples/$${sdirs}; \ for file in $${sdirs}/*;do \ ${INSTALL_DATA} $${file} ${PREFIX}/moscow_ml/examples/$${sdirs}; \ done; done;) |