summaryrefslogtreecommitdiff
path: root/math/odepack
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2001-04-28 23:59:17 +0000
committerjtb <jtb@pkgsrc.org>2001-04-28 23:59:17 +0000
commitb97c41dde34f14e03b5985a3cf6a23aee3e7b3b4 (patch)
tree97228d7da600e4c7e4800096060fa118f9f09a60 /math/odepack
parenta1f837e37cee66bfce1e9c82c23e458c36a64d22 (diff)
downloadpkgsrc-b97c41dde34f14e03b5985a3cf6a23aee3e7b3b4.tar.gz
Remove redundant echoing, quoting, and input redirection to sed.
Diffstat (limited to 'math/odepack')
-rw-r--r--math/odepack/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/odepack/Makefile b/math/odepack/Makefile
index 88ecda9ceb4..f24f4ba4197 100644
--- a/math/odepack/Makefile
+++ b/math/odepack/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/04/14 21:43:54 jtb Exp $
+# $NetBSD: Makefile,v 1.7 2001/04/28 23:59:21 jtb Exp $
DISTNAME= odepack-20001130
CATEGORIES= math
@@ -16,7 +16,6 @@ pre-build:
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/odepack
- ${INSTALL_DATA} ${WRKSRC}/doc ${PREFIX}/share/doc/odepack
- ${INSTALL_DATA} ${WRKSRC}/readme ${PREFIX}/share/doc/odepack
+ cd ${WRKSRC} && ${INSTALL_DATA} doc readme ${PREFIX}/share/doc/odepack
.include "../../mk/bsd.pkg.mk"