|
Lines 61-64
Link Here
|
| 61 |
@${FIND} ${WRKSRC} -type f -name "*.h" -print0 | ${XARGS} -0 ${REINPLACE_CMD} \ |
61 |
@${FIND} ${WRKSRC} -type f -name "*.h" -print0 | ${XARGS} -0 ${REINPLACE_CMD} \ |
| 62 |
-i "" -e 's|<malloc.h>|<stdlib.h>|g' |
62 |
-i "" -e 's|<malloc.h>|<stdlib.h>|g' |
| 63 |
|
63 |
|
|
|
64 |
post-install: |
| 65 |
${SED} -e '/PACKAGE/ s|^|//|; /VERSION/ s|^|//|' ${WRKSRC}/include/ode/config.h \ |
| 66 |
> ${PREFIX}/include/ode/config.h |
| 67 |
|
| 64 |
.include <bsd.port.post.mk> |
68 |
.include <bsd.port.post.mk> |