Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Mar 2013 20:39:58 +0000 (UTC)
From:      Carlo Strub <cs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315327 - head/astro/xtide
Message-ID:  <201303262039.r2QKdwgs002515@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303262039.r2QKdwgs002515>