From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 05:47:45 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 59AEC1065675; Fri, 14 Sep 2012 05:47:45 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 43CF58FC15; Fri, 14 Sep 2012 05:47:45 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8E5ljHi053791; Fri, 14 Sep 2012 05:47:45 GMT (envelope-from linimon@svn.freebsd.org) Received: (from linimon@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8E5ljZ0053789; Fri, 14 Sep 2012 05:47:45 GMT (envelope-from linimon@svn.freebsd.org) Message-Id: <201209140547.q8E5ljZ0053789@svn.freebsd.org> From: Mark Linimon Date: Fri, 14 Sep 2012 05:47:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304256 - head/science/gamess X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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, 14 Sep 2012 05:47:45 -0000 Author: linimon Date: Fri Sep 14 05:47:44 2012 New Revision: 304256 URL: http://svn.freebsd.org/changeset/ports/304256 Log: Fix typo. Modified: head/science/gamess/Makefile Modified: head/science/gamess/Makefile ============================================================================== --- head/science/gamess/Makefile Fri Sep 14 05:04:30 2012 (r304255) +++ head/science/gamess/Makefile Fri Sep 14 05:47:44 2012 (r304256) @@ -25,10 +25,10 @@ USE_FORTRAN= yes RESTRICTED= NOT DISTRIBUTED FREELY. BUT YOU CAN OBTAIN SOURCE CODE FREELY. .if !exists(${DISTDIR}/${DISTFILES}) -IGNORE=you must manually get the source distribution from master site. http://www.msg.ameslab.gov/GAMESS/download.html. Please selsect "Source code distribution", and check on "running on Intel compatible PC running Linux". You must have license, and freely obtainable +IGNORE=you must manually get the source distribution from master site. http://www.msg.ameslab.gov/GAMESS/download.html. Please select "Source code distribution", and check on "running on Intel compatible PC running Linux". You must have license, and freely obtainable .endif -MANUAL_PACKAGE_BUILD=You must manually get the source distribution from master site. http://www.msg.ameslab.gov/GAMESS/download.html. Please selsect "Source code distribution", and check on "running on Intel compatible PC running Linux". You must have license, and freely obtainable. +MANUAL_PACKAGE_BUILD=You must manually get the source distribution from master site. http://www.msg.ameslab.gov/GAMESS/download.html. Please select "Source code distribution", and check on "running on Intel compatible PC running Linux". You must have license, and freely obtainable. .include