diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-29 17:10:32 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-29 17:10:32 +0800 |
commit | 33e606bad1267844a3dd896146f3b06844348858 (patch) | |
tree | 834d95be410a964be50675042a368a5e9c798820 /lang/mono/Makefile | |
parent | 44aedac04135afce8fba62c457d3fd320fa09060 (diff) | |
download | freebsd-ports-gnome-33e606bad1267844a3dd896146f3b06844348858.tar.gz freebsd-ports-gnome-33e606bad1267844a3dd896146f3b06844348858.tar.zst freebsd-ports-gnome-33e606bad1267844a3dd896146f3b06844348858.zip |
Fix typo
Submitted by: Rainer Hurling <rhurlin@gwdg.de>
Pointyhat to: bapt
Diffstat (limited to 'lang/mono/Makefile')
-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" |