summaryrefslogtreecommitdiff
path: root/comms/gnokii
diff options
context:
space:
mode:
Diffstat (limited to 'comms/gnokii')
-rw-r--r--comms/gnokii/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile
index d85c6dfbf117..0715eff3a257 100644
--- a/comms/gnokii/Makefile
+++ b/comms/gnokii/Makefile
@@ -104,7 +104,7 @@ post-patch:
${WRKSRC}/${f}
.endfor
.if ${OSVERSION} <= 500027
- @${FIND} ${WRKSRC}/src -type f | ${XARGS} ${REINPLACE_CMD} \
+ @${FIND} ${WRKSRC} -type f -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} \
-e 's|<stdint.h>|<inttypes.h>|'
.endif