diff options
author | rm <rm@FreeBSD.org> | 2012-11-14 18:56:15 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-11-14 18:56:15 +0800 |
commit | 95f419d6555f256d64126b924c1845bdc3c464a2 (patch) | |
tree | 127ce8f3dc441f72706fd836d3d24fc67cc89807 /astro | |
parent | 509d2576a77e875bfed3bb8ccc44af35bdef6692 (diff) | |
download | freebsd-ports-gnome-95f419d6555f256d64126b924c1845bdc3c464a2.tar.gz freebsd-ports-gnome-95f419d6555f256d64126b924c1845bdc3c464a2.tar.zst freebsd-ports-gnome-95f419d6555f256d64126b924c1845bdc3c464a2.zip |
- fix options dialog by defining OPTIONSFILE
PR: 171799
Reported by: Craig Leres <leres at ee.lbl dot gov>
Approved by: maintainer timeout (one month+)
Feature safe: yes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/py-metar/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/astro/py-metar/Makefile b/astro/py-metar/Makefile index a458afa568d0..79f117eede6a 100644 --- a/astro/py-metar/Makefile +++ b/astro/py-metar/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-metar -# Date created: 26 July 2002 -# Whom: Hye-Shik Chang <perky@fallin.lv> -# +# Created by: Hye-Shik Chang <perky@fallin.lv> # $FreeBSD$ -# PORTNAME= metar PORTVERSION= 0.17 @@ -18,6 +14,7 @@ COMMENT= Python module that provides access to NOAA METAR weather reports LICENSE= GPLv2 +OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}/options OPTIONS_DEFINE= DOCS PYDISTUTILS_PKGNAME= ${REALPORTNAME} |