aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/mono/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile
index c0856cd933e2..3edb812f1459 100644
--- a/lang/mono/Makefile
+++ b/lang/mono/Makefile
@@ -61,7 +61,7 @@ post-patch:
${WRKSRC}/mcs/class/Mono.WebBrowser/build-csproj2k5
@${FIND} ${WRKSRC} -name '*.sh' | ${XARGS} ${REINPLACE_CMD} \
-e 's|^#!/bin/bash|#!/bin/sh|g'
- @${REPLACE_CMD} 's/(1)/(1.0)/g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} 's/(1)/(1.0)/g' ${WRKSRC}/configure
tests: build
@${ECHO_MSG} "===> Running mono regression tests"