aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-08-15 02:59:51 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-08-15 02:59:51 +0000
commitb0d1bbd72d26e2e7169cb598ef88e9436d706dc3 (patch)
tree059484cc5bfc4e3eca5d3715c14de858e6db3f0d /astro
parenteddfd2e601739604ec09466d0a5f2dbdf02a582b (diff)
downloadports-b0d1bbd72d26e2e7169cb598ef88e9436d706dc3.tar.gz
ports-b0d1bbd72d26e2e7169cb598ef88e9436d706dc3.zip
Notes
Diffstat (limited to 'astro')
-rw-r--r--astro/weather/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/weather/Makefile b/astro/weather/Makefile
index abe043e1e0f9..9c8353d78ee1 100644
--- a/astro/weather/Makefile
+++ b/astro/weather/Makefile
@@ -13,8 +13,7 @@ COMMENT= Utility to provide current weather conditions and forecasts
LICENSE= ISCL
-USE_PYTHON= yes
-USES= shebangfix tar:xz
+USES= python shebangfix tar:xz
PLIST_FILES= bin/${PORTNAME} \
%%PYTHON_SITELIBDIR%%/${PORTNAME}.py \
@@ -32,6 +31,7 @@ python_CMD= ${PYTHON_CMD}
PYCACHE_DIR= # empty
PYCACHE_FILE= ${PORTNAME}
.else
+PLIST_DIRS= %%PYTHON_SITELIBDIR%%/__pycache__
PYCACHE_DIR= __pycache__/
PYCACHE_FILE= ${PORTNAME}.cpython-${PYTHON_SUFFIX}
.endif