Date: Wed, 21 Nov 2012 23:18:27 GMT From: Chris Petrik <c.petrik.sosa@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/173816: [PATCH] astro/xtide optionsng Message-ID: <201211212318.qALNIRcZ062416@red.freebsd.org> Resent-Message-ID: <201211212320.qALNK16g044972@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 173816 >Category: ports >Synopsis: [PATCH] astro/xtide optionsng >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Nov 21 23:20:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Chris Petrik >Release: >Organization: na >Environment: >Description: Options NG Changes >How-To-Repeat: >Fix: Patch attached with submission follows: Index: xtide/Makefile =================================================================== --- xtide/Makefile (revision 305494) +++ xtide/Makefile (working copy) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xtide -# Date created: 30 August 1997 -# Whom: Brion Moss <brion@queeg.com> -# +# Created by: Brion Moss <brion@queeg.com> # $FreeBSD$ -# PORTNAME= xtide PORTVERSION= 2.12.1 @@ -37,12 +33,13 @@ HARM_DISTNAME= harmonics-dwf-20120302 WVS_DISTNAME= wvs -OPTIONS= WVS "Use world vector shoreline data (big file!)" Off +OPTIONS_DEFINE= WVS +WVS_DESC= Use world vector shoreline data (big file!) .include <bsd.port.options.mk> .include <bsd.port.pre.mk> -.if !defined(WITHOUT_WVS) +.if ${PORT_OPTIONS:MWVS} DISTFILES+= ${WVS_DISTNAME}${EXTRACT_SUFX} PLIST_SUB+= WVS="" .else >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211212318.qALNIRcZ062416>