diff options
author | Carlo Strub <cs@FreeBSD.org> | 2013-03-26 20:39:58 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2013-03-26 20:39:58 +0000 |
commit | 761a2c3781175648379ae38b9414b7c996fdccb0 (patch) | |
tree | 148e126628936f00a737c67f6de637556f9980c7 /astro | |
parent | dc3c428532e7f1596f30d54ead0803ccbbd340de (diff) | |
download | ports-761a2c3781175648379ae38b9414b7c996fdccb0.tar.gz ports-761a2c3781175648379ae38b9414b7c996fdccb0.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/xtide/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/xtide/Makefile b/astro/xtide/Makefile index 5e1aa14d6ae3..cb1855279d50 100644 --- a/astro/xtide/Makefile +++ b/astro/xtide/Makefile @@ -42,7 +42,8 @@ WVS_DESC= Use world vector shoreline data (37MB) .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} |