From owner-svn-ports-all@FreeBSD.ORG Fri Mar 29 07:07:34 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3DD06675; Fri, 29 Mar 2013 07:07:34 +0000 (UTC) (envelope-from johans@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 309C4EFF; Fri, 29 Mar 2013 07:07:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2T77YaU085794; Fri, 29 Mar 2013 07:07:34 GMT (envelope-from johans@svn.freebsd.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2T77Ycd085793; Fri, 29 Mar 2013 07:07:34 GMT (envelope-from johans@svn.freebsd.org) Message-Id: <201303290707.r2T77Ycd085793@svn.freebsd.org> From: Johan van Selst Date: Fri, 29 Mar 2013 07:07:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315523 - head/games/gnuchess X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Mar 2013 07:07:34 -0000 Author: johans Date: Fri Mar 29 07:07:33 2013 New Revision: 315523 URL: http://svnweb.freebsd.org/changeset/ports/315523 Log: Correct typo in previous commit Modified: head/games/gnuchess/Makefile Modified: head/games/gnuchess/Makefile ============================================================================== --- head/games/gnuchess/Makefile Fri Mar 29 07:01:50 2013 (r315522) +++ head/games/gnuchess/Makefile Fri Mar 29 07:07:33 2013 (r315523) @@ -44,7 +44,7 @@ post-build: post-install: ${LN} -f ${PREFIX}/bin/gnuchess ${PREFIX}/bin/gnuchessx -.if ${PORT_OPITONS:MDOCS} +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/NEWS ${WRKSRC}/doc/* ${DOCSDIR} .endif