svn commit: r323877 - head/lang/mono

Baptiste Daroussin bapt at FreeBSD.org
Mon Jul 29 09:10:33 UTC 2013


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 at 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"


More information about the svn-ports-all mailing list