summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorjtb <jtb>2001-04-28 23:59:17 +0000
committerjtb <jtb>2001-04-28 23:59:17 +0000
commite223e77651d454e3a71ff010c26610a64bde6f3a (patch)
tree97228d7da600e4c7e4800096060fa118f9f09a60 /shells
parenta41ff01f93766780e8b2426559cd4ec7522cac9c (diff)
downloadpkgsrc-e223e77651d454e3a71ff010c26610a64bde6f3a.tar.gz
Remove redundant echoing, quoting, and input redirection to sed.
Diffstat (limited to 'shells')
-rw-r--r--shells/esh/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/shells/esh/Makefile b/shells/esh/Makefile
index d6a7e9c0174..9a9850dc064 100644
--- a/shells/esh/Makefile
+++ b/shells/esh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/04/14 21:43:59 jtb Exp $
+# $NetBSD: Makefile,v 1.7 2001/04/28 23:59:22 jtb Exp $
#
# XXX MASTER_SITES and HOMEPAGE are commented out as they now require
# authorization for access.
@@ -19,14 +19,13 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/esh ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/esh
${INSTALL_DATA} ${WRKSRC}/examples/*.esh \
- ${PREFIX}/share/examples/esh
+ ${PREFIX}/share/examples/esh
${INSTALL_DATA_DIR} ${PREFIX}/share/emacs/site-lisp
${INSTALL_DATA} ${WRKSRC}/emacs/esh-mode.el \
- ${PREFIX}/share/emacs/site-lisp
+ ${PREFIX}/share/emacs/site-lisp
${INSTALL_DATA} ${WRKSRC}/doc/esh.info ${PREFIX}/info
${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
+ cd ${WRKSRC} && ${INSTALL_DATA} esh.html esh_toc.html \
+ ${PREFIX}/share/doc/esh/$$i
.include "../../mk/bsd.pkg.mk"