From owner-svn-ports-head@FreeBSD.ORG Thu May 2 12:34:14 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 10D61800; Thu, 2 May 2013 12:34:14 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 03932183A; Thu, 2 May 2013 12:34:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r42CYDOk041317; Thu, 2 May 2013 12:34:13 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r42CYD0b041316; Thu, 2 May 2013 12:34:13 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201305021234.r42CYD0b041316@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 2 May 2013 12:34:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317103 - head/lang/gnat-aux 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.14 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: Thu, 02 May 2013 12:34:14 -0000 Author: bapt Date: Thu May 2 12:34:13 2013 New Revision: 317103 URL: http://svnweb.freebsd.org/changeset/ports/317103 Log: Fix typo Modified: head/lang/gnat-aux/Makefile Modified: head/lang/gnat-aux/Makefile ============================================================================== --- head/lang/gnat-aux/Makefile Thu May 2 12:30:19 2013 (r317102) +++ head/lang/gnat-aux/Makefile Thu May 2 12:34:13 2013 (r317103) @@ -185,7 +185,7 @@ post-extract: @${ECHO} "-=> GNAT AUX ${OS_LABEL4VERS}" > ${REVFILE} # Create new directories in preparation of applying diff files -.if ${PORT_OPTIONS:MCXX) +.if ${PORT_OPTIONS:MCXX} ${MKDIR} ${WRKSRC}/libstdc++-v3/config/locale/dragonfly ${MKDIR} ${WRKSRC}/libstdc++-v3/config/os/bsd/dragonfly .endif