From 50a54d1a728749daf46648d8daa9ef38926d2015 Mon Sep 17 00:00:00 2001 From: kristerw Date: Mon, 18 Jul 2005 01:31:54 +0000 Subject: Remove an extra ";" that confused the build on Darwin. --- graphics/cal3d-examples/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/cal3d-examples') diff --git a/graphics/cal3d-examples/Makefile b/graphics/cal3d-examples/Makefile index d4072b27217..cc48e0f744e 100644 --- a/graphics/cal3d-examples/Makefile +++ b/graphics/cal3d-examples/Makefile @@ -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 @@ post-patch: 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 -- cgit v1.2.3