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 | 2feb2d5045bd44d22154d1152c5d113f7970ff12 (patch) | |
tree | 602d715efe56ed335be7dfec17ebaf546467882b /math/octave | |
parent | bf0ee2805e6549170168f1a012c09924696d1b4e (diff) | |
download | pkgsrc-2feb2d5045bd44d22154d1152c5d113f7970ff12.tar.gz |
Remove extraneous (and incorrect) .endfor.
Diffstat (limited to 'math/octave')
-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 |