From owner-svn-ports-head@FreeBSD.ORG Fri Mar 29 07:01:51 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 2EBD74BC; Fri, 29 Mar 2013 07:01:51 +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 203B6ECE; Fri, 29 Mar 2013 07:01:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2T71pjj085004; Fri, 29 Mar 2013 07:01:51 GMT (envelope-from johans@svn.freebsd.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2T71oWg085003; Fri, 29 Mar 2013 07:01:50 GMT (envelope-from johans@svn.freebsd.org) Message-Id: <201303290701.r2T71oWg085003@svn.freebsd.org> From: Johan van Selst Date: Fri, 29 Mar 2013 07:01:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315522 - 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-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: Fri, 29 Mar 2013 07:01:51 -0000 Author: johans Date: Fri Mar 29 07:01:50 2013 New Revision: 315522 URL: http://svnweb.freebsd.org/changeset/ports/315522 Log: Convert to OptionsNG Submitted by: jgh Modified: head/games/gnuchess/Makefile Modified: head/games/gnuchess/Makefile ============================================================================== --- head/games/gnuchess/Makefile Fri Mar 29 06:46:01 2013 (r315521) +++ head/games/gnuchess/Makefile Fri Mar 29 07:01:50 2013 (r315522) @@ -44,7 +44,7 @@ post-build: post-install: ${LN} -f ${PREFIX}/bin/gnuchess ${PREFIX}/bin/gnuchessx -.if !defined(NOPORTDOCS) +.if ${PORT_OPITONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/NEWS ${WRKSRC}/doc/* ${DOCSDIR} .endif