From owner-svn-ports-all@FreeBSD.ORG Tue Mar 26 20:39:58 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 926756A7; Tue, 26 Mar 2013 20:39:58 +0000 (UTC) (envelope-from cs@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 85313DFF; Tue, 26 Mar 2013 20:39:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2QKdw2G002516; Tue, 26 Mar 2013 20:39:58 GMT (envelope-from cs@svn.freebsd.org) Received: (from cs@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2QKdwgs002515; Tue, 26 Mar 2013 20:39:58 GMT (envelope-from cs@svn.freebsd.org) Message-Id: <201303262039.r2QKdwgs002515@svn.freebsd.org> From: Carlo Strub Date: Tue, 26 Mar 2013 20:39:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315327 - head/astro/xtide 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: Tue, 26 Mar 2013 20:39:58 -0000 Author: cs Date: Tue Mar 26 20:39:58 2013 New Revision: 315327 URL: http://svnweb.freebsd.org/changeset/ports/315327 Log: Fix typo that lead to pkg-plist error Modified: head/astro/xtide/Makefile Modified: head/astro/xtide/Makefile ============================================================================== --- head/astro/xtide/Makefile Tue Mar 26 20:37:45 2013 (r315326) +++ head/astro/xtide/Makefile Tue Mar 26 20:39:58 2013 (r315327) @@ -42,7 +42,8 @@ WVS_DESC= Use world vector shoreline dat .if ${PORT_OPTIONS:MWVS} DISTFILES+= ${WVS_DISTNAME}${EXTRACT_SUFX} PLIST_SUB+= WVS="" -.elsePLIST_SUB+= WVS="@comment " +.else +PLIST_SUB+= WVS="@comment " .endif .if ! ${PORT_OPTIONS:MX11}