diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-08-07 21:30:46 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-08-07 21:30:46 +0000 |
commit | fc38f6b7d0a7352afe594bec8a5beb150b3edc94 (patch) | |
tree | aecb45a139733fb75e18024076d97c6dfc644d28 /graphics/py-soya3d | |
parent | e09b1389304ba444d69ad50ae8f9e67d00d4bdb7 (diff) | |
download | ports-fc38f6b7d0a7352afe594bec8a5beb150b3edc94.tar.gz ports-fc38f6b7d0a7352afe594bec8a5beb150b3edc94.zip |
Notes
Diffstat (limited to 'graphics/py-soya3d')
-rw-r--r-- | graphics/py-soya3d/Makefile | 2 |
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 |