diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-08-25 06:29:03 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-08-25 06:29:03 +0000 |
commit | cb5db6d7ba3d498a854a46dedaece07e7450b537 (patch) | |
tree | 60e3d5405ed6844e4049ca2b0bac9dd7b1eddeb6 /astro/weather | |
parent | 48918810a40b23cec6fae528549b85c887b01584 (diff) |
Notes
Diffstat (limited to 'astro/weather')
-rw-r--r-- | astro/weather/Makefile | 5 | ||||
-rw-r--r-- | astro/weather/pkg-plist | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/astro/weather/Makefile b/astro/weather/Makefile index eb558de7f126..f9b2bc1386ab 100644 --- a/astro/weather/Makefile +++ b/astro/weather/Makefile @@ -14,10 +14,13 @@ MASTER_SITES= http://fungi.yuggoth.org/weather/src/ \ MAINTAINER= sunpoet@sunpoet.net COMMENT= An utility to provide current weather conditions and forecasts -USE_PYTHON= -2.6 +USE_PYTHON= -2.7 MAN1= weather.1 MAN5= weatherrc.5 +PLIST_FILES= bin/weather \ + %%PYTHON_SITELIBDIR%%/${PORTNAME}.py \ + %%PYTHON_SITELIBDIR%%/${PORTNAME}.pyc post-patch: @${REINPLACE_CMD} -e '1 s/python/${PYTHON_VERSION}/' ${WRKSRC}/weather diff --git a/astro/weather/pkg-plist b/astro/weather/pkg-plist deleted file mode 100644 index acd49c389e08..000000000000 --- a/astro/weather/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -@comment $FreeBSD$ -bin/weather -%%PYTHON_SITELIBDIR%%/weather.py -%%PYTHON_SITELIBDIR%%/weather.pyc |