Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Aug 2015 09:13:56 +0000 (UTC)
From:      Romain Tartière <romain@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r394396 - head/lang/mono
Message-ID:  <201508160913.t7G9DupN070976@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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