From owner-svn-ports-head@freebsd.org Sun Aug 16 09:13:57 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 340489B9B4C; Sun, 16 Aug 2015 09:13:57 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A7761A66; Sun, 16 Aug 2015 09:13:57 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7G9Du4K070977; Sun, 16 Aug 2015 09:13:56 GMT (envelope-from romain@FreeBSD.org) Received: (from romain@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7G9DupN070976; Sun, 16 Aug 2015 09:13:56 GMT (envelope-from romain@FreeBSD.org) Message-Id: <201508160913.t7G9DupN070976@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: romain set sender to romain@FreeBSD.org using -f From: Romain Tartière Date: Sun, 16 Aug 2015 09:13:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394396 - head/lang/mono X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Aug 2015 09:13:57 -0000 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