summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2006-03-09 15:43:46 +0000
committerjlam <jlam>2006-03-09 15:43:46 +0000
commit0051869fb599604971de0b0a0547901d97def97a (patch)
tree602d715efe56ed335be7dfec17ebaf546467882b
parent0de4a178e071a91e0fe97d0815b26eeda56d6f66 (diff)
downloadpkgsrc-0051869fb599604971de0b0a0547901d97def97a.tar.gz
Remove extraneous (and incorrect) .endfor.
-rw-r--r--math/octave/Makefile3
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