diff options
author | jtb <jtb> | 2001-04-28 23:59:17 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-04-28 23:59:17 +0000 |
commit | e223e77651d454e3a71ff010c26610a64bde6f3a (patch) | |
tree | 97228d7da600e4c7e4800096060fa118f9f09a60 /math/odepack | |
parent | a41ff01f93766780e8b2426559cd4ec7522cac9c (diff) | |
download | pkgsrc-e223e77651d454e3a71ff010c26610a64bde6f3a.tar.gz |
Remove redundant echoing, quoting, and input redirection to sed.
Diffstat (limited to 'math/odepack')
-rw-r--r-- | math/odepack/Makefile | 5 |
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" |