diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-29 09:10:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-29 09:10:32 +0000 |
commit | 494b925c03d8c48c84c1f553b76183d64bd72e6e (patch) | |
tree | 834d95be410a964be50675042a368a5e9c798820 /lang/mono | |
parent | 5dfcada94f9728f0d428a2060aeed6ff256d5468 (diff) |
Notes
Diffstat (limited to 'lang/mono')
-rw-r--r-- | lang/mono/Makefile | 2 |
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" |