diff options
Diffstat (limited to 'science')
-rw-r--r-- | science/libkml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/libkml/Makefile b/science/libkml/Makefile index 852d44a7add2..6d0979550f05 100644 --- a/science/libkml/Makefile +++ b/science/libkml/Makefile @@ -32,6 +32,6 @@ SWIG_BUILD_DEPENDS= swig:devel/swig13 SWIG_CONFIGURE_OFF= --disable-swig post-patch: - @${FIND} ${WRKSRC} -name Makefile.am -exec ${REINPLACE_CMD} 's|-Werror||; s| -ansi -pedantic||' {} \; + @${FIND} ${WRKSRC} -name Makefile.am -exec ${REINPLACE_CMD} -e 's|-Werror||; s| -ansi -pedantic||' {} + .include <bsd.port.mk> |