aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-soya3d
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2006-08-07 21:30:46 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2006-08-07 21:30:46 +0000
commitfc38f6b7d0a7352afe594bec8a5beb150b3edc94 (patch)
treeaecb45a139733fb75e18024076d97c6dfc644d28 /graphics/py-soya3d
parente09b1389304ba444d69ad50ae8f9e67d00d4bdb7 (diff)
downloadports-fc38f6b7d0a7352afe594bec8a5beb150b3edc94.tar.gz
ports-fc38f6b7d0a7352afe594bec8a5beb150b3edc94.zip
- Fix problem on 4.x
Reported by: kris Approved by: garga (mentor)
Notes
Notes: svn path=/head/; revision=170035
Diffstat (limited to 'graphics/py-soya3d')
-rw-r--r--graphics/py-soya3d/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-soya3d/Makefile b/graphics/py-soya3d/Makefile
index 2e10e4f1cb39..d71f3a1e5aab 100644
--- a/graphics/py-soya3d/Makefile
+++ b/graphics/py-soya3d/Makefile
@@ -77,7 +77,7 @@ post-patch:
${WRKSRC}/ode-0.5/config/user-settings
.if defined(STDINTFLAG)
@cd ${WRKSRC} && \
- ${FIND} -i "" * -type f -exec ${REINPLACE_CMD} -i "" -e 's|stdint.h|inttypes.h|g' "{}" \;
+ ${FIND} * -type f -exec ${REINPLACE_CMD} -i "" -e 's|stdint.h|inttypes.h|g' "{}" \;
.endif