summaryrefslogtreecommitdiff
path: root/math/quadpack
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 /math/quadpack
parenta41ff01f93766780e8b2426559cd4ec7522cac9c (diff)
downloadpkgsrc-e223e77651d454e3a71ff010c26610a64bde6f3a.tar.gz
Remove redundant echoing, quoting, and input redirection to sed.
Diffstat (limited to 'math/quadpack')
-rw-r--r--math/quadpack/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/math/quadpack/Makefile b/math/quadpack/Makefile
index 0a58fe1997d..bbc0835eec1 100644
--- a/math/quadpack/Makefile
+++ b/math/quadpack/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/04/14 21:43:56 jtb Exp $
+# $NetBSD: Makefile,v 1.6 2001/04/28 23:59:21 jtb Exp $
DISTNAME= quadpack-20001130
CATEGORIES= math
@@ -16,8 +16,6 @@ pre-build:
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/quadpack
- for i in doc readme ; do \
- ${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/share/doc/quadpack; \
- done
+ cd ${WRKSRC} && ${INSTALL_DATA} doc readme ${PREFIX}/share/doc/quadpack
.include "../../mk/bsd.pkg.mk"