svn commit: r394396 - head/lang/mono

Romain Tartière romain at FreeBSD.org
Sun Aug 16 09:13:57 UTC 2015


Author: romain
Date: Sun Aug 16 09:13:56 2015
New Revision: 394396
URL: https://svnweb.freebsd.org/changeset/ports/394396

Log:
  Tidy-up a bit the Makefile
  
  Reported by:	danfe

Modified:
  head/lang/mono/Makefile

Modified: head/lang/mono/Makefile
==============================================================================
--- head/lang/mono/Makefile	Sun Aug 16 08:55:59 2015	(r394395)
+++ head/lang/mono/Makefile	Sun Aug 16 09:13:56 2015	(r394396)
@@ -10,7 +10,6 @@ PATCHFILES=	#
 PATCH_SITES=	https://github.com/mono/mono/commit/
 PATCH_DIST_STRIP=-p1
 
-WRKSRC=	${WRKDIR}/mono-4.0.3
 MAINTAINER=	mono at FreeBSD.org
 COMMENT=	Open source implementation of .NET Development Framework
 
@@ -22,6 +21,7 @@ USE_GNOME=	glib20
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
+WRKSRC=		${WRKDIR}/mono-4.0.3
 
 # Moonlight is installed as part of www/moonlight
 CONFIGURE_ARGS=	--with-moonlight=no --disable-dtrace


More information about the svn-ports-all mailing list