summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2005-07-18 01:31:54 +0000
committerkristerw <kristerw@pkgsrc.org>2005-07-18 01:31:54 +0000
commit50a54d1a728749daf46648d8daa9ef38926d2015 (patch)
treeae5915ad429307ab2a19bcb0f676f869bcbe87ff /graphics
parente46d206850e8881f19fc205045b248bad6a11e3d (diff)
downloadpkgsrc-50a54d1a728749daf46648d8daa9ef38926d2015.tar.gz
Remove an extra ";" that confused the build on Darwin.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/cal3d-examples/Makefile4
1 files changed, 2 insertions, 2 deletions
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