diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/grig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/grig/Makefile b/comms/grig/Makefile index eca87c163..85e7128e1 100644 --- a/comms/grig/Makefile +++ b/comms/grig/Makefile @@ -24,7 +24,7 @@ USE_GMAKE= yes MAN1= grig.1 post-patch: - @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ + @${FIND} ${WRKSRC} -name Makefile.* | ${XARGS} ${REINPLACE_CMD} -e \ 's|-D.*_DISABLE_DEPRECATED||g' .include <bsd.port.mk> |