pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/octave Remove extraneous (and incorrect) .endfor.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/23a6f4977925
branches:  trunk
changeset: 509384:23a6f4977925
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Mar 09 15:43:46 2006 +0000

description:
Remove extraneous (and incorrect) .endfor.

diffstat:

 math/octave/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 4e85a17fb909 -r 23a6f4977925 math/octave/Makefile
--- a/math/octave/Makefile      Thu Mar 09 15:40:20 2006 +0000
+++ b/math/octave/Makefile      Thu Mar 09 15:43:46 2006 +0000
@@ -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 @@
                ${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



Home | Main Index | Thread Index | Old Index