From owner-svn-ports-all@FreeBSD.ORG Fri Jan 3 20:57:00 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2491C36E; Fri, 3 Jan 2014 20:57:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 105F8123F; Fri, 3 Jan 2014 20:57:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s03KuxXW041677; Fri, 3 Jan 2014 20:56:59 GMT (envelope-from adamw@svn.freebsd.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s03Kuxqk041676; Fri, 3 Jan 2014 20:56:59 GMT (envelope-from adamw@svn.freebsd.org) Message-Id: <201401032056.s03Kuxqk041676@svn.freebsd.org> From: Adam Weinberger Date: Fri, 3 Jan 2014 20:56:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338582 - head/cad/calculix 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.17 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, 03 Jan 2014 20:57:00 -0000 Author: adamw Date: Fri Jan 3 20:56:59 2014 New Revision: 338582 URL: http://svnweb.freebsd.org/changeset/ports/338582 Log: Switch back to using WITH_EXAMPLES. The logic in this port is far too twisted for a simple change to MEXAMPLES. Modified: head/cad/calculix/Makefile Modified: head/cad/calculix/Makefile ============================================================================== --- head/cad/calculix/Makefile Fri Jan 3 20:42:35 2014 (r338581) +++ head/cad/calculix/Makefile Fri Jan 3 20:56:59 2014 (r338582) @@ -139,7 +139,7 @@ do-install: ${DOCSDIR} @${GZIP_CMD} ${DOCSDIR}/*.ps .endif -.if ${PORT_OPTIONS:MEXAMPLES} +.ifdef WITH_EXAMPLES @${MKDIR} ${EXAMPLESDIR} @${TAR} cf - -C ${WRKSRC}/${CGX_VER}/examples . | ${TAR} xf - -C ${EXAMPLESDIR} @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR}