pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/cal3d-examples Remove an extra ";" that confu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d690bcbb1fb
branches:  trunk
changeset: 496977:2d690bcbb1fb
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Mon Jul 18 01:31:54 2005 +0000

description:
Remove an extra ";" that confused the build on Darwin.

diffstat:

 graphics/cal3d-examples/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 961dcc3f12a5 -r 2d690bcbb1fb graphics/cal3d-examples/Makefile
--- a/graphics/cal3d-examples/Makefile  Mon Jul 18 01:24:02 2005 +0000
+++ b/graphics/cal3d-examples/Makefile  Mon Jul 18 01:31:54 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/06/01 20:08:00 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2005/07/18 01:31:54 kristerw Exp $
 #
 
 PKGNAME=               cal3d-examples-${CAL3D_VERSION}
@@ -39,7 +39,7 @@
        for f in ${PATCHDATA}; do \
                ${CP} ${WRKDATADIR}/$$f ${WRKDATADIR}/$$f.pkgsrc && \
                ${SED} -e 's|@@DATADIR@@|${DATADIR}|g' ${WRKDATADIR}/$$f.pkgsrc > \
-                       ${WRKDATADIR}/$$f; && \
+                       ${WRKDATADIR}/$$f && \
                ${RM} ${WRKDATADIR}/$$f.pkgsrc; \
                ${RM} ${WRKDATADIR}/$$f.orig; \
                done



Home | Main Index | Thread Index | Old Index