summaryrefslogtreecommitdiff
path: root/shells/esh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shells/esh/Makefile')
-rw-r--r--shells/esh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/esh/Makefile b/shells/esh/Makefile
index 5d0f8cecaee..e3745629594 100644
--- a/shells/esh/Makefile
+++ b/shells/esh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/02/17 17:40:19 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2001/02/25 04:18:15 hubertf Exp $
#
DISTNAME= esh-0.8
@@ -21,7 +21,7 @@ do-install:
.endif
${INSTALL_DATA} ${WRKSRC}/emacs/esh-mode.el ${PREFIX}/share/emacs/site-lisp
${INSTALL_DATA} ${WRKSRC}/doc/esh.info ${PREFIX}/info
- ${MKDIR} ${PREFIX}/share/doc/esh
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/esh
@for i in esh.html esh_toc.html ; do \
${INSTALL_DATA} ${WRKSRC}/doc/$$i ${PREFIX}/share/doc/esh/$$i; done