diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-12-20 18:15:16 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-12-20 18:15:16 +0000 |
commit | 8749a630176b232ad2f8d8dd106228e2a29cb43a (patch) | |
tree | e6744470e56a5bb2ce1f80766e33e8573832fe47 | |
parent | - Update to 1.09 (diff) |
- Cleanup PLIST
-rw-r--r-- | astro/weather/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/astro/weather/Makefile b/astro/weather/Makefile index 9c8353d78ee1..27a60e8b9d62 100644 --- a/astro/weather/Makefile +++ b/astro/weather/Makefile @@ -31,7 +31,6 @@ 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 |