svn commit: r307410 - head/astro/py-metar
Ruslan Mahmatkhanov
rm at FreeBSD.org
Wed Nov 14 10:56:16 UTC 2012
Author: rm
Date: Wed Nov 14 10:56:15 2012
New Revision: 307410
URL: http://svnweb.freebsd.org/changeset/ports/307410
Log:
- 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
Modified:
head/astro/py-metar/Makefile
Modified: head/astro/py-metar/Makefile
==============================================================================
--- head/astro/py-metar/Makefile Wed Nov 14 10:48:00 2012 (r307409)
+++ head/astro/py-metar/Makefile Wed Nov 14 10:56:15 2012 (r307410)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: py-metar
-# Date created: 26 July 2002
-# Whom: Hye-Shik Chang <perky at fallin.lv>
-#
+# Created by: Hye-Shik Chang <perky at fallin.lv>
# $FreeBSD$
-#
PORTNAME= metar
PORTVERSION= 0.17
@@ -18,6 +14,7 @@ COMMENT= Python module that provides acc
LICENSE= GPLv2
+OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}/options
OPTIONS_DEFINE= DOCS
PYDISTUTILS_PKGNAME= ${REALPORTNAME}
More information about the svn-ports-all
mailing list