Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jul 2013 09:10:33 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323877 - head/lang/mono
Message-ID:  <201307290910.r6T9AX2x019258@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Jul 29 09:10:32 2013
New Revision: 323877
URL: http://svnweb.freebsd.org/changeset/ports/323877

Log:
  Fix typo
  
  Submitted by:	Rainer Hurling <rhurlin@gwdg.de>
  Pointyhat to:	bapt

Modified:
  head/lang/mono/Makefile

Modified: head/lang/mono/Makefile
==============================================================================
--- head/lang/mono/Makefile	Mon Jul 29 08:53:29 2013	(r323876)
+++ head/lang/mono/Makefile	Mon Jul 29 09:10:32 2013	(r323877)
@@ -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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307290910.r6T9AX2x019258>