diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-09 15:43:46 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-09 15:43:46 +0000 |
commit | cf4c94025e353f954776a45234f9cad6354e66ae (patch) | |
tree | 602d715efe56ed335be7dfec17ebaf546467882b /math | |
parent | 517afe7db08ea18d44ffc27d55f3dc3ed37e1bde (diff) | |
download | pkgsrc-cf4c94025e353f954776a45234f9cad6354e66ae.tar.gz |
Remove extraneous (and incorrect) .endfor.
Diffstat (limited to 'math')
-rw-r--r-- | math/octave/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index 59b80bc5281..07ada8df0fb 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2006/03/09 15:40:20 jlam Exp $ +# $NetBSD: Makefile,v 1.64 2006/03/09 15:43:46 jlam Exp $ DISTNAME= octave-${OCTAVE_VER} PKGREVISION= 1 @@ -77,7 +77,6 @@ post-install: ${TEST} ! -f "$$f" || \ ${INSTALL_DATA} "$$f" ${PREFIX}/${INFO_DIR}; \ done -.endfor ${INSTALL_DATA_DIR} ${PREFIX}/share/octave/${OCTAVE_VER}/doc .for f in ${OCTAVE_DOC} ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${PREFIX}/share/octave/${OCTAVE_VER}/doc |