It seems there are some small typos in lang/mono Makefile:

--- Makefile.orig       2013-07-29 09:41:35.000000000 +0200
+++ Makefile    2013-07-29 09:49:08.000000000 +0200
@@ -10,7 +10,7 @@
 COMMENT=       An open source implementation of .NET Development Framework

 BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \
-               bash:${PORTSDIR}/shells/bash
+               bash:${PORTSDIR}/shells/bash

 USE_BZIP2=     yes
 USES=          bison pathfix gettext gmake
@@ -61,7 +61,7 @@
                ${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} -e 's/(1)/(1.0)/g' ${WRKSRC}/configure

 tests: build
        @${ECHO_MSG} "===> Running mono regression tests"


Thanks for fixing the math problem,
Rainer Hurling
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to