svn commit: r315327 - head/astro/xtide
Carlo Strub
cs at FreeBSD.org
Tue Mar 26 20:39:58 UTC 2013
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}
More information about the svn-ports-all
mailing list