diff --git a/srcpkgs/mono/template b/srcpkgs/mono/template
index 7bd7c642cca..a553a2e8037 100644
--- a/srcpkgs/mono/template
+++ b/srcpkgs/mono/template
@@ -1,7 +1,7 @@
 # Template file for 'mono'
 pkgname=mono
 version=5.0.1.1
-revision=2
+revision=3
 wrksrc="mono-${version}"
 lib32disabled=yes
 build_style=gnu-configure
@@ -26,6 +26,8 @@ pre_configure() {
 }
 
 post_install() {
+	# Avoid conflict with chicken's csc compiler
+	mv ${DESTDIR}/usr/bin/csc  ${DESTDIR}/usr/bin/mono-csc
 	vlicense LICENSE
 }