diff options
author | cs <cs@FreeBSD.org> | 2013-03-27 04:39:58 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2013-03-27 04:39:58 +0800 |
commit | c2e9668cd6ee037636ee31f733d598a590dae1fe (patch) | |
tree | 148e126628936f00a737c67f6de637556f9980c7 /astro | |
parent | dd4519155c0eac4ebb6a2d952104334d17b48c2c (diff) | |
download | freebsd-ports-gnome-c2e9668cd6ee037636ee31f733d598a590dae1fe.tar.gz freebsd-ports-gnome-c2e9668cd6ee037636ee31f733d598a590dae1fe.tar.zst freebsd-ports-gnome-c2e9668cd6ee037636ee31f733d598a590dae1fe.zip |
Fix typo that lead to pkg-plist error
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} |