aboutsummaryrefslogtreecommitdiff
path: root/comms/gnokii
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-04-21 20:37:00 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-04-21 20:37:00 +0000
commite99b5c6140653c69be5f3dcc6910adb9ba0edc03 (patch)
tree7c1b4a586bd71b572388c2742a7484bde4dca037 /comms/gnokii
parent5d8c72736f399c33580ea3aef191c9e5135880e4 (diff)
downloadports-e99b5c6140653c69be5f3dcc6910adb9ba0edc03.tar.gz
ports-e99b5c6140653c69be5f3dcc6910adb9ba0edc03.zip
Notes
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